Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delete snapshots API #1377

Merged
merged 2 commits into from
Jan 20, 2023
Merged

Delete snapshots API #1377

merged 2 commits into from
Jan 20, 2023

Conversation

agourlay
Copy link
Member

This PR adds a new API to delete snapshots tackling #1360

Two new REST endpoints:

  • DELETE /collections/{collection_name}/snapshots/{snapshot_name}
  • DELETE /snapshots/{snapshot_name}

And two new gRPC endpoints for feature parity.

A new openapi test for snapshots has been introduced to validate the behavior.

The doc and and clients integration is to be done.

@agourlay agourlay linked an issue Jan 19, 2023 that may be closed by this pull request
@agourlay agourlay merged commit 86b8ff6 into dev Jan 20, 2023
@agourlay agourlay deleted the delete-snapshots-api branch January 20, 2023 18:29
generall pushed a commit that referenced this pull request Feb 6, 2023
* Delete snapshots API

* remove unecessary plurals
@generall generall mentioned this pull request Apr 19, 2023
8 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Possibility to delete snapshots
2 participants