Migrate to New Dedicated Cluster (V2)
Deprecated
This endpoint is deprecated.
Notes
This endpoint is deprecated. Please consider using the corresponding V2 endpoint instead.
Create a dedicated cluster and migrate data from the source cluster to the new cluster.
POST/v2/migrations/toNewDedicated
The base URL for this API is in the following format:
https://api.cloud.zilliz.com
📘Notes
The endpoints on the control plane currently supports up to 20 requests per second per user per endpoint.
shell
export BASE_URL="https://api.cloud.zilliz.com"
Parameters
Authorizationstringheaderrequired
The authentication token should be an API key with appropriate privileges.
Example Value: Bearer {{TOKEN}}
bash
export TOKEN="YOUR_API_KEY"
curl --request POST \
--url "${BASE_URL}/v2/migrations/toNewDedicated" \
--header "Authorization: Bearer ${TOKEN}" \
--header "Request-Timeout: 5" \
--header "Content-Type: application/json"
Responses200 OK - application/json
success
codeinteger
Response code.
Returns an error message.
codeinteger
Response code.
messagestring
Error message.
Successjson
{
"code": 0
}