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>' \
  --header 'x-api-key: <x-api-key>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://io.net/docs/llms.txt

Use this file to discover all available pages before exploring further.

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
required

io.net provided API Key

Query Parameters

node_pool_id
string<uuid> | null

Response

Successful Response