- Collections
- Points
- Search
- Indexes
- Snapshots
- 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)
- 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)
- Aliases
- Distributed
- Service
- Beta
Request
$ curl -X POST http://localhost:6333/collections/collection_name/cluster \ > -H "api-key: " \ > -H "Content-Type: application/json" \ > -d '{ > "move_shard": { > "shard_id": 1, > "to_peer_id": 1000000, > "from_peer_id": 1000000 > } > }'
Response