Yandex Cloud
Search
Contact UsGet started
  • Blog
  • Pricing
  • Documentation
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • ML & AI
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Customer Stories
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
    • Yandex Cloud Partner program
  • Blog
  • Pricing
  • Documentation
© 2025 Direct Cursus Technology L.L.C.
Yandex Compute Cloud
  • Yandex Container Solution
  • Access management
  • Terraform reference
    • Authentication with the API
      • Overview
        • Overview
        • Get
        • List
        • Create
        • Update
        • Delete
        • ListOperations
        • ListInstances
        • ListAccessBindings
        • SetAccessBindings
        • UpdateAccessBindings
  • Monitoring metrics
  • Audit Trails events
  • Release notes

In this article:

  • HTTP request
  • Path parameters
  • Response
  1. API reference
  2. REST
  3. GpuCluster
  4. Get

Compute Cloud API, REST: GpuCluster.Get

Written by
Yandex Cloud
Updated at January 14, 2025
  • HTTP request
  • Path parameters
  • Response

Returns the specified GPU cluster.

To get the list of available GPU clusters, make a List request.

HTTP request

GET https://compute.api.cloud.yandex.net/compute/v1/gpuClusters/{gpuClusterId}

Path parameters

Field

Description

gpuClusterId

string

Required field. ID of the GPU cluster to return.

To get a GPU cluster ID, make a GpuClusterService.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
0001-01-01T00:00:00Z to 9999-12-31T23:59:59.999999999Z, i.e. from 0 to 9 digits for fractions of a second.

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 (map<string, string>)

GPU cluster labels as key:value pairs.

status

enum (Status)

Status of the GPU cluster.

  • STATUS_UNSPECIFIED
  • CREATING: GPU cluster is being created.
  • READY: GPU cluster is ready to use.
  • ERROR: GPU cluster encountered a problem and cannot operate.
  • DELETING: GPU cluster is being deleted.

zoneId

string

ID of the availability zone where the GPU cluster resides.

interconnectType

enum (GpuInterconnectType)

Type of interconnect used for this GPU cluster.

  • GPU_INTERCONNECT_TYPE_UNSPECIFIED
  • INFINIBAND: InfiniBand interconnect.

Was the article helpful?

Previous
Overview
Next
List
© 2025 Direct Cursus Technology L.L.C.