Instancetypes

List InstanceType catalog entries

Returns the full InstanceType catalog. Empty when the configured provider is the noop (see `instanceType` on `/feature-gates`).

GET
/instancetypes

Returns the full InstanceType catalog. Empty when the configured provider is the noop (see instanceType on /feature-gates).

Authorization

ApiKeyAuth
AGENTBOX-API-KEY<token>

In: header

Response Body

application/json

application/json

application/json

curl -X GET "https://instancetypes"
{  "total": 1,  "items": [    {      "name": "sci.c23-2",      "showName": "sci.c23-2",      "description": "Standard CPU shape.",      "baseResources": {        "requests": {          "cpu": "1",          "memory": "8Gi"        },        "limits": {          "cpu": "1",          "memory": "8Gi"        }      },      "maxMultiplier": 8,      "extensions": {        "gpu-type": ""      }    }  ]}
{  "error": "string",  "errorCode": "API_KEY_REQUIRED",  "detail": null}
{  "error": "string",  "errorCode": "API_KEY_REQUIRED",  "detail": null}