Skip to main content
GET
/
enterprise
/
v1
/
io-cloud
/
caas
/
hardware
/
max-gpus-per-container
Get Max Gpu Count Per Container
curl --request GET \
  --url https://api.io.solutions/enterprise/v1/io-cloud/caas/hardware/max-gpus-per-container \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "hardware": [
      {
        "max_gpus_per_container": 123,
        "available": 123,
        "hardware_id": 123,
        "hardware_name": "<string>",
        "brand_name": "<string>",
        "price": 123
      }
    ],
    "total": 123
  }
}
By leveraging this endpoint, it’s possible to discover the current supply on the platform that fits workload requirements and use this data during the deployment process.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Headers

x-api-key
string

io.net provided API Key

Query Parameters

node_pool_id
string<uuid> | null

Response

Successful Response

data
object
required
I