cURL
curl --request GET \ --url https://api.novita.ai/gpu-instance/openapi/v1/clusters \ --header 'Authorization: <authorization>' \ --header 'Content-Type: <content-type>'
{ "data": [ { "id": "<string>", "name": "<string>", "availableGpuType": {}, "supportNetworkStorage": true, "supportInstanceNetwork": true } ] }
application/json
Hide properties
Was this page helpful?