Instancetypes
List InstanceType catalog entries
Returns the full InstanceType catalog. Empty when the configured provider is the noop (see `instanceType` on `/feature-gates`).
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}Report optional features enabled on this cluster GET
Returns boolean switches for each optional feature wired into the current deployment. Clients (dashboard, SDK) use this to decide whether to render feature-specific UI (quota selector on pool create, etc.) and whether the corresponding endpoints are available.
Add a member SandboxPool to an Env POST
Next Page