cURL
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>" } ] }
Returns the maximum number of GPUs available per hardware type across all locations, helping to determine deployment limits by hardware.
The access token received from the authorization server in the OAuth 2.0 flow.
io.net provided API Key
Successful Response
Was this page helpful?