Skip to main content
PUT
Update Instances Bulk

Authorizations

Authorization
string
header
required

API key must be provided in the Authorization header

Body

application/json
ids
array

List of instance contract IDs to update; maximum 64 IDs per request.

Example:
state
enum<string>

Target state to set for all specified instances.

Available options:
running,
stopped

Response

Returns {success: true} when at least one instance was updated.

success
boolean

True when update succeeded