GET
/
cloud
/
v2
/
inference
/
capacity
curl --request GET \
  --url https://api.gcore.com/cloud/v2/inference/capacity \
  --header 'APIKey: <api-key>'
{
  "capacity": [
    {
      "capacity": 10,
      "flavor_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
    }
  ],
  "region_id": 7
}

Authorizations

APIKey
string
header
required

API key for authentication.

Response

200
application/json

Capacity for regions

The response is of type object.