Quotas

Get Quotas

get

Get all quotas for a project in unified format

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
projectstringRequiredExample: proj_abc123456
Responses
chevron-right
200

Successful Response

application/json

Unified quota model for all quota types (instances, storage, Kubernetes).

fidstringRequired

Unique identifier for the quota

projectstringRequired

Project FID this quota belongs to

Example: proj_abc123456
instance_typestring · nullableOptionalExample: it_abc123456
product_typestringRequired

Type of product (e.g., 'Spot', 'Reservations', 'Storage')

total_quantityintegerRequired

Total quota quantity used

used_quantityintegerRequired

Total quota quantity used

unitsstringRequired

Units for the quota (e.g., 'instances', 'GB')

namestringRequired

Human-readable display name for the quota

get
/v2/quotas

Last updated