GET /ai/instance-type

List available instance types with authorization status based on GPU availability

Responses

  • 200 application/json

    200

    Hide response attribute Show response attribute object
    • instance-types array[object]

      Instance type with authorization status

      Hide instance-types attributes Show instance-types attributes object
      • family string

        GPU family name

      • authorized boolean

        Whether this instance type is authorized based on server availability

GET /ai/instance-type
curl \
 --request GET 'https://api-ch-gva-2.exoscale.com/v2/ai/instance-type'
Response examples (200)
{
  "instance-types": [
    {
      "family": "string",
      "authorized": true
    }
  ]
}