curl --request PUT \
--url https://dev.startree.ai/instances/{instanceName}/state \
--header 'Authorization: <api-key>'
Enable/disable an instance
curl --request PUT \
--url https://dev.startree.ai/instances/{instanceName}/state \
--header 'Authorization: <api-key>'
The format of the key is "Basic <token>" or "Bearer <token>"
Instance name
enable|disable
Was this page helpful?