cURL
curl --request POST \ --url https://api.getgranite.ai/api/mig/instances/suspend \ --header 'Content-Type: application/json' \ --data ' { "instance_name": "<string>", "mig_name": "<string>" } '
{ "status": "<string>", "message": "<string>", "data": {} }
Stop a running VM instance (admin only)
Request to modify instance state within a MIG
Instance name to act upon
MIG name
Successful Response
Response for instance operations
Operation status
Status message
Instance details