Skip to main content
PUT
manage instance

Authorizations

Authorization
string
header
required

API key must be provided in the Authorization header

Path Parameters

id
integer
required

ID of the instance to modify

Body

application/json

At least one of these parameters should be provided

state
enum<string>

Change instance state (optional)

Available options:
stopped,
running
Example:

"stopped"

label
string

Text label to assign to the instance (optional)

Maximum string length: 1024
Example:

"My ML Training Job"

Response

Operation completed successfully

success
boolean
Example:

true