For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
CloudGitHub
  • API Reference
      • GETList all snapshots (collection)
      • POSTCreate a snapshot (collection)
      • POSTRecover from an uploaded snapshot (collection)
      • PUTRecover from a snapshot (collection)
      • GETDownload a snapshot (collection)
      • DELDelete a snapshot (collection)
      • GETList all snapshots (storage)
      • POSTCreate a snapshot (storage)
      • GETDownload a snapshot (storage)
      • DELDelete a snapshot (storage)
      • GETDownload shard snapshot
      • POSTRecover from an uploaded snapshot (shard)
      • PUTRecover from a snapshot (shard)
      • GETList all snapshots (shard)
      • POSTCreate a snapshot (shard)
      • GETDownload a snapshot (shard)
      • DELDelete a snapshot (shard)
LogoLogo
CloudGitHub
API ReferenceSnapshots

Delete a snapshot (collection)

DELETE
/collections/:collection_name/snapshots/:snapshot_name
DELETE
/collections/:collection_name/snapshots/:snapshot_name
$curl -X DELETE \
> 'http://localhost:6333/collections/collection_name/snapshots/snapshot_name' \
> --header 'api-key: <api-key-value>'
200Deleted
1{
2 "time": 0.002,
3 "status": "ok",
4 "result": true
5}
Deletes the specified snapshot for a collection.
Was this page helpful?
Previous

List all snapshots (storage)

Next
Built with

Authentication

api-keystring
API Key authentication via header

Path parameters

collection_namestringRequired
Name of the collection for which to delete a snapshot
snapshot_namestringRequired
Name of the snapshot to delete

Query parameters

waitbooleanOptional

If true, wait for changes to actually happen. If false - let changes happen in background. Default is true.

Response

successful operation
timedouble
Time spent to process this request
statusstring
resultboolean