Quotas
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
projectstringRequiredExample:
proj_abc123456Responses
200
Successful Response
application/json
Unified quota model for all quota types (instances, storage, Kubernetes).
fidstringRequired
Unique identifier for the quota
projectstringRequiredExample:
Project FID this quota belongs to
proj_abc123456instance_typestring · nullableOptionalExample:
it_abc123456product_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
422
Validation Error
application/json
get
/v2/quotasLast updated