Compute Cloud API, REST: GpuCluster methods
A set of methods for managing GPU clusters.
JSON Representation
{
"id": "string",
"folderId": "string",
"createdAt": "string",
"name": "string",
"description": "string",
"labels": "object",
"status": "string",
"zoneId": "string",
"interconnectType": "string"
}
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.
|
Methods
Method | Description |
---|---|
create | Creates a GPU cluster in the specified folder. |
delete | Deletes the specified GPU cluster. |
get | Returns the specified GPU cluster. |
list | Retrieves the list of GPU clusters in the specified folder. |
listInstances | List instances created in this GPU cluster. |
listOperations | Lists operations for the specified GPU cluster. |
update | Updates the specified GPU cluster. |