cURL
curl --request PATCH \ --url https://api.example.com/partner/instances/suspend \ --header 'Content-Type: application/x-www-form-urlencoded' \ --data 'instance_id=<string>'
{ "instanceID": "<string>", "name": "<string>", "enabled": 123 }
This endpoint will suspend an instance under your partner account.
Notes:
Required headers:
Authorization: access_token {token}
ID of the organization under suspension.
OK
Represents the JSON structure for suspending an instance.
The unique identifier for the instance.
The name of the instance.
The enabled status of the instance.