Quotas

quotas

Methods

Get Region Quota ->
get/v1/quotas/{region}

Get quota usage and limits for the current organization in a single region

List Quotas ->
get/v1/quotas

List quota usage and limits for the current organization across all regions

Response fields
Request example
200Example

Domain types

Quota = { compute, networking, nks, 2 more... }

Quota response.

QuotaCompute = { memory_gb, vcpu }

Compute quota.

QuotaList = { items, pagination }
QuotaNetworking = { connect_connections, public_ips, vpcs }

Networking quota.

QuotaNKS = { clusters, node_pool_memory_gb, node_pool_vcpu, 1 more... }

NKS quota.

QuotaResourceDetail = { limit, remaining, used }

Quota resource detail.

QuotaStorage = { abs, local_nvme }

Storage quota.