GET
/
enterprise
/
v1
/
io-cloud
/
vmaas
/
hardware
/
max-gpus-per-vm
cURL
curl -X GET "https://api.io.solutions/enterprise/v1/io-cloud/vmaas/hardware/max-gpus-per-vm?node_pool_id=pool-123" \
  -H "x-api-key: $IOCLOUD_API_KEY" \
  -H "Content-Type: application/json"
{
  "data": {
    "hardware": [
      {
        "max_gpus_per_vm": 0,
        "available": 0,
        "hardware_id": 0,
        "hardware_name": "<string>",
        "brand_name": "<string>"
      }
    ],
    "total": 0
  }
}

Authorizations

x-api-key
string
header
required

Query Parameters

node_pool_id
string | null

Optional node pool identifier to filter GPU limits. Defaults to null.

Response

Successful retrieval of max GPU count per VM

data
object