cURL
curl --request GET \ --url https://api.io.solutions/enterprise/v1/io-cloud/vmaas/hardware/max-gpus-per-vm
{ "data": { "hardware": [ { "max_gpus_per_vm": 123, "available": 123, "network": 123, "hardware_id": 123, "hardware_name": "<string>", "brand_name": "<string>", "price": 123 } ], "total": 123 } }
Return the maximum number of GPUs that can be allocated to a single VM instance.
io.net provided API Key
Successful Response
Show child attributes
Was this page helpful?