Skip to content

Commit

Permalink
add FAQ for deletions
Browse files Browse the repository at this point in the history
Co-authored-by: Dhiraj Bokde <dhirajsb@users.noreply.github.com>
Signed-off-by: Isabella do Amaral <idoamara@redhat.com>
  • Loading branch information
isinyaaa and dhirajsb committed Aug 22, 2024
1 parent f29704c commit 2c76b91
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,13 @@ End-to-end testing is developed with Robot Framework; this higher-lever layer of
- demonstrate coherent logical data mapping by performing the same high level capabilities, using REST API flow Vs Python client flow,
directly checking the end results in the backend gRPC MLMD server.

## FAQ

### How do I delete metadata resources using the Model Registry API?

MR utilizes a common `ARCHIVED` status for all types.
To delete something, simply update its status.

## Tips
### Pull image rate limiting

Expand Down

0 comments on commit 2c76b91

Please sign in to comment.