Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
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