Skip to main content
POST
/
api
/
mig
/
instances
/
list
Get all instances in a MIG
curl --request POST \
  --url https://api.getgranite.ai/api/mig/instances/list \
  --header 'Content-Type: application/json' \
  --data '
{
  "mig_name": "<string>"
}
'
{
  "status": "<string>",
  "message": "<string>",
  "instances": [
    {}
  ]
}

Body

application/json

Request to get all instances in a MIG

mig_name
string
required

MIG name

Response

Successful Response

Response for listing instances

status
string
required

Operation status

message
string
required

Status message

instances
Instances · object[]
required

List of instances