Create Collection Snapshot
Create a new snapshot for a specific collection.Name of the collection to snapshot
If true, wait for the snapshot to complete. If false, let it happen in background. Default is true.
List Collection Snapshots
Get a list of all snapshots for a specific collection.Name of the collection
Download Collection Snapshot
Download a specific collection snapshot as a file.Name of the collection
Name of the snapshot to download
Delete Collection Snapshot
Delete a specific collection snapshot.Name of the collection
Name of the snapshot to delete
If true, wait for deletion to complete. Default is true.
Returns
true if snapshot was deleted successfullyRecover from Snapshot
Recover local collection data from an existing snapshot. This will overwrite any data stored on this node for the collection.Name of the collection to recover. If collection does not exist, it will be created.
If true, wait for recovery to complete. If false, let it happen in background. Default is true.
URL or file path of the snapshot to recover from
Defines source of truth for recovery:
snapshot or replica. Default is replica.Optional SHA256 checksum to verify snapshot integrity
Returns
true if recovery started/completed successfullyUpload and Recover from Snapshot
Upload a snapshot file and recover collection data from it.Name of the collection to recover. If collection does not exist, it will be created.
If true, wait for recovery to complete. Default is true.
Defines source of truth:
snapshot or replicaOptional SHA256 checksum to verify snapshot integrity before recovery
Returns
true if recovery started/completed successfullyCreate Full Storage Snapshot
Create a snapshot of the entire Qdrant storage, including all collections.If true, wait for the snapshot to complete. If false, let it happen in background. Default is true.
List Full Storage Snapshots
Get a list of all full storage snapshots.Array of snapshot descriptions for all storage snapshots
Download Full Storage Snapshot
Download a full storage snapshot as a file.Name of the snapshot to download
Delete Full Storage Snapshot
Delete a full storage snapshot.Name of the snapshot to delete
If true, wait for deletion to complete. Default is true.
Returns
true if snapshot was deleted successfullyDownload Shard Snapshot
Stream the current state of a shard as a snapshot file. This is useful for shard-level backup and replication.Name of the collection
ID of the shard to snapshot