Compute Cloud API, REST: GpuCluster.get
Returns the specified GPU cluster.
To get the list of available GPU clusters, make a list request.
HTTP request
GET https://compute.api.il.nebius.cloud/compute/v1/gpuClusters/{gpuClusterId}
Path parameters
Parameter | Description |
---|---|
gpuClusterId | ID of the GPU cluster to return. To get a GPU cluster ID, make a list request. |
Response
HTTP Code: 200 - OK
{
"id": "string",
"folderId": "string",
"createdAt": "string",
"name": "string",
"description": "string",
"labels": "object",
"status": "string",
"zoneId": "string",
"interconnectType": "string"
}
A GPU cluster. For details about the concept, see documentation.
Field | Description |
---|---|
id | string ID of GPU cluster. |
folderId | string ID of the folder that the GPU cluster belongs to. |
createdAt | string (date-time) Creation timestamp. String in RFC3339 text format. The range of possible values is from To work with values in this field, use the APIs described in the Protocol Buffers reference. In some languages, built-in datetime utilities do not support nanosecond precision (9 digits). |
name | string Name of the GPU cluster. The name is unique within the folder. |
description | string Description of the GPU cluster. |
labels | object GPU cluster labels as |
status | string Status of the GPU cluster.
|
zoneId | string ID of the availability zone where the GPU cluster resides. |
interconnectType | string Type of interconnect used for this GPU cluster.
|