POSThttp://localhost:6333/collections/collection_name/cluster
Path Parameters
Query Parameters
Body
View in API Reference
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