PUT
/
tenants
/
{tenantName}
/
instancePartitions
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": {}
}

Authorizations

Authorization
string
header
required

The format of the key is "Basic <token>" or "Bearer <token>"

Path Parameters

tenantName
string
required

Tenant name

Query Parameters

instancePartitionType
enum<string>
required

instancePartitionType (OFFLINE|CONSUMING|COMPLETED)

Available options:
OFFLINE,
CONSUMING,
COMPLETED

Body

application/json · string

The body is of type string.

Response

200
application/json
Success

The response is of type object.