POST
/
tables
/
{tableName}
/
replaceInstance
curl --request POST \
  --url https://dev.startree.ai/tables/{tableName}/replaceInstance \
  --header 'Authorization: <api-key>'
{}

Authorizations

Authorization
string
header
required

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

Path Parameters

tableName
string
required

Name of the table

Query Parameters

type
string

OFFLINE|CONSUMING|COMPLETED|tier name

oldInstanceId
string
required

Old instance to be replaced

newInstanceId
string
required

New instance to replace with

Response

200 - application/json
successful operation

The response is of type object.