v32

latestOpenAPI 3.1.0raw.githubusercontent.com2026-05-151,1412,2144.5 MB
GPU Bare Metal

List bare metal GPU flavors

get/cloud/v3/gpu/baremetal/{project_id}/{region_id}/flavors

Path parameters

project_idinteger required

Project ID

Example:1

Project ID

region_idinteger required

Region ID

Example:7

Region ID

Query parameters

hide_disabledboolean

Set to true to remove the disabled flavors from the response.

Example:true

Set to true to remove the disabled flavors from the response.

include_pricesboolean

Set to true if the response should include flavor prices.

Example:true

Set to true if the response should include flavor prices.

Response

OK

countinteger required

Number of objects

Example response

{
  "count": 1,
  "results": [
    {
      "architecture": "x86_64",
      "capacity": 1,
      "hardware_description": {
        "cpu": "1x Intel Xeon 4C/8T 3.7 GHz",
        "disk": "2x 250GiB SSD",
        "gpu": "1x NVIDIA 11GB",
        "network": "1x 500Mbps",
        "ram": "32 GiB"
      },
      "hardware_properties": {
        "nic_eth": "2x100;2x25",
        "nic_ib": "8x400"
      },
      "name": "g1-gpu-1-2-1",
      "reserved_capacity": 5
    }
  ]
}