List Cluster Locations
GET/kubernetes/locations
Details available provisioning locations for Kubernetes clusters
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
displayName string
Name of Location
gpuTypes string[]
GPU types available at Location
name string
ID of Location
[
{
"displayName": "lille-4",
"gpuTypes": [
"\"L4\"",
"\"L40S\"]",
"[\"H100-80\""
],
"name": "lille-4"
}
]
Loading...