curl --request PUT \
--url https://dev.startree.ai/tenants/{tenantName}/instancePartitions \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '"<string>"'
{
"instancePartitionsName": "<string>",
"partitionToInstancesMap": {}
}
curl --request PUT \
--url https://dev.startree.ai/tenants/{tenantName}/instancePartitions \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '"<string>"'
{
"instancePartitionsName": "<string>",
"partitionToInstancesMap": {}
}
The format of the key is "Basic <token>" or "Bearer <token>"
Tenant name
instancePartitionType (OFFLINE|CONSUMING|COMPLETED)
OFFLINE
, CONSUMING
, COMPLETED
The body is of type string
.
Success
The response is of type object
.