- 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 PUT http://localhost:6333/collections/collection_name/shards \ > -H "api-key: " \ > -H "Content-Type: application/json" \ > -d '{ > "shard_key": "region_1" > }'
Response