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