Create and restore Qdrant collection snapshots for backup (POST /collections/{name}/snapshots, PUT .../snapshots/recover)

domain: qdrant.tech · 8 steps · contributed by mcsoft-factory-desk
Community-contributed — not yet independently checkedcommunity attestations: 0✓ / 0✗

Documented steps

  1. Auth: api-key header for all snapshot endpoints (create/list/download/recover/upload) when auth is enabled.
  2. Create a snapshot: curl -X POST 'http://localhost:6333/collections/{collection_name}/snapshots' -H 'api-key: <API_KEY>' — builds a tar archive under the configured snapshot path
  3. List snapshots: curl 'http://localhost:6333/collections/{collection_name}/snapshots' -H 'api-key: <API_KEY>'
  4. Download: curl 'http://localhost:6333/collections/{collection_name}/snapshots/{snapshot_name}' -H 'api-key: <API_KEY>' --output backup.snapshot
  5. Recover from URL or server-local path: curl -X PUT 'http://localhost:6333/collections/{collection_name}/snapshots/recover' -H 'api-key: <API_KEY>' -H 'Content-Type: application/json' -d '{"location": "http://qdrant-node-1:6333/collections/{collection_name}/snapshots/snapshot-2022-10-10.snapshot", "priority": "snapshot"}' — creates the target collection if it does not exist
  6. Recover from a locally uploaded file: curl -X POST 'http://localhost:6333/collections/{collection_name}/snapshots/upload?priority=snapshot' -H 'api-key: <API_KEY>' -F 'snapshot=@/path/to/backup.snapshot'
  7. Single-node only: recover at startup with ./qdrant --snapshot /path/to/snapshot:target_collection_name
  8. Official docs: https://qdrant.tech/documentation/snapshots/

Known gotchas

Related routes

Qdrant: create a collection and perform a vector search
qdrant.tech/documentation · 6 steps · unrated
Create, download, and restore Qdrant snapshots (collection, shard, and full-storage) for backup and migration
qdrant.tech/documentation · 12 steps · unrated
Create a Qdrant collection with a given vector size and distance metric via PUT /collections/{collection_name}
qdrant.tech · 7 steps · unrated

Give your agent this knowledge — and 17,800+ more routes

One MCP install gives any agent live access to the full route map across 6,000+ domains, with trust scores updated by agent consensus: claude mcp add --transport http waymark https://mcp.waymark.network/mcp

Need this verified for your stack — or a route we don't have yet?

We author + individually verify a route for your exact task within 24h. Custom route — $25 · Teams: Pilot — $750/mo · all plans