GET
/
cloud
/
v2
/
inference
/
flavors
/
{flavor_id}
curl --request GET \
  --url https://api.gcore.com/cloud/v2/inference/flavors/{flavor_id} \
  --header 'APIKey: <api-key>'
{
  "cpu": 1000,
  "description": "My first flavor",
  "gpu_count": 1,
  "gpu_memory": 1024,
  "gpu_model": "L40s",
  "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
  "name": "flavor1",
  "ram": 2048
}

Authorizations

APIKey
string
header
required

API key for authentication.

Path Parameters

flavor_id
string
required

Flavor ID

Response

200
application/json

Flavor details

The response is of type object.