cURL
curl --request POST \ --url https://api.getgranite.ai/api/mig/instances/delete \ --header 'Content-Type: application/json' \ --data ' { "instance_name": "<string>", "mig_name": "<string>" } '
{ "status": "<string>", "message": "<string>", "data": {} }
Delete a specific instance by instance name
Request to delete an instance from a MIG
Instance name to delete
MIG name
Successful Response
Response for instance operations
Operation status
Status message
Instance details