Create Collection Snapshot
Create a new snapshot for a specific collection.string
required
Name of the collection to snapshot
boolean
If true, wait for the snapshot to complete. If false, let it happen in background. Default is true.
object
List Collection Snapshots
Get a list of all snapshots for a specific collection.string
required
Name of the collection
array
Download Collection Snapshot
Download a specific collection snapshot as a file.string
required
Name of the collection
string
required
Name of the snapshot to download
Delete Collection Snapshot
Delete a specific collection snapshot.string
required
Name of the collection
string
required
Name of the snapshot to delete
boolean
If true, wait for deletion to complete. Default is true.
boolean
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.string
required
Name of the collection to recover. If collection does not exist, it will be created.
boolean
If true, wait for recovery to complete. If false, let it happen in background. Default is true.
string
required
URL or file path of the snapshot to recover from
string
Defines source of truth for recovery:
snapshot or replica. Default is replica.string
Optional SHA256 checksum to verify snapshot integrity
boolean
Returns
true if recovery started/completed successfullyUpload and Recover from Snapshot
Upload a snapshot file and recover collection data from it.string
required
Name of the collection to recover. If collection does not exist, it will be created.
boolean
If true, wait for recovery to complete. Default is true.
string
Defines source of truth:
snapshot or replicastring
Optional SHA256 checksum to verify snapshot integrity before recovery
boolean
Returns
true if recovery started/completed successfullyCreate Full Storage Snapshot
Create a snapshot of the entire Qdrant storage, including all collections.boolean
If true, wait for the snapshot to complete. If false, let it happen in background. Default is true.
object
List Full Storage Snapshots
Get a list of all full storage snapshots.array
Array of snapshot descriptions for all storage snapshots
Download Full Storage Snapshot
Download a full storage snapshot as a file.string
required
Name of the snapshot to download
Delete Full Storage Snapshot
Delete a full storage snapshot.string
required
Name of the snapshot to delete
boolean
If true, wait for deletion to complete. Default is true.
boolean
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.string
required
Name of the collection
integer
required
ID of the shard to snapshot