v1
latestOpenAPI 3.1.0MIT2026-07-2654137287.8 KBquotas
Get Quotas
Gets the organization quotas
get/organizations/{organization_name}/quotas
Response
OK
Example response
{
"container_groups_quotas": {
"container_replicas_quota": 500,
"container_replicas_used": 10,
"max_container_group_reallocations_per_minute": 10,
"max_container_group_recreates_per_minute": 10,
"max_container_group_restarts_per_minute": 10
}
}