GET
/
gpu-instance
/
openapi
/
v1
/
clusters
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
    }
  ]
}

Request Headers

Content-Type
string
required

Enum: application/json

Authorization
string
required

Bearer authentication format, for example: Bearer {{API Key}}.

Response

data
object[]
required