Quotas


Other Operations

get-quota

Retrieve Resource Quota

GET /quota/{entity}

Path parameters

  • entity in path (required)

Responses

  • 200: 200
    • application/json
      • resource (string): Resource Name
      • usage (integer): Resource Usage
      • limit (integer): Resource Limit. -1 for Unlimited

SDK reference for get-quota: golang | Python | Java

CLI: exo api get-quota

list-quotas

List Organization Quotas

GET /quota

Responses

SDK reference for list-quotas: golang | Python | Java

CLI: exo api list-quotas

Last updated on