v1

latestOpenAPI 3.1.0MIT2026-07-2654137287.8 KB
quotas

Get Quotas

Gets the organization quotas

get/organizations/{organization_name}/quotas

Response

OK

create_timestring date-time

The time the resource was created

update_timestring date-time

The time the resource was last updated

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
  }
}