cURL
curl --request GET \ --url https://api.gcore.com/cloud/v2/inference/capacity \ --header 'Authorization: <api-key>'
{ "capacity": [ { "capacity": 1, "flavor_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a" } ], "region_id": 123 }
API key for authentication. Make sure to include the word apikey, followed by a single space and then your token. Example: apikey 1234$abcdef
apikey
apikey 1234$abcdef
Capacity for regions
List of capacities per flavor.
Show child attributes
Region ID.
7
Was this page helpful?