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
    • 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 Resource Manager
  • Getting started
    • All guides
    • Managing labels
      • Creating a cloud
      • Renaming a cloud
      • Deleting a cloud
      • Canceling cloud deletion
      • Setting up access rights
      • Getting a cloud ID
      • Switch clouds
      • Changing an organization for a cloud
      • Getting notifications from services in a cloud
    • Viewing service resource operations
  • Access management
  • Pricing policy
  • Terraform reference
  • Audit Trails events
  • Release notes
  • FAQ
  1. Step-by-step guides
  2. Cloud
  3. Getting a cloud ID

Getting a cloud ID

Written by
Yandex Cloud
Updated at March 6, 2025
Management console
CLI
API
  1. Go to the management console and select the appropriate cloud. On the page that opens, the cloud ID is shown on top, next to the cloud name, and in the ID line of the Overview tab.

  2. To copy the ID, hover over it and click .

If you know the name of the cloud, provide it as a parameter in the get command:

yc resource-manager cloud get <cloud_name>

Result:

id: b1gd129pp9ha********
...

If you do not know the cloud ID, retrieve a list of clouds with their IDs:

yc resource-manager cloud list

Result:

+----------------------+------------+----------------------+--------+
|          ID          |    NAME    |   ORGANIZATION ID    | LABELS |
+----------------------+------------+----------------------+--------+
| b1g66mft1vop******** | my-cloud-1 | bpf2c65rqcl8******** |        |
| b1gd129pp9ha******** | my-cloud-2 | bpf2c65rqcl8******** |        |
+----------------------+------------+----------------------+--------+

To get the list of clouds with IDs, use the list REST API method for the Cloud resource or the CloudService/List gRPC API call.

Was the article helpful?

Previous
Setting up access rights
Next
Switch clouds
© 2025 Direct Cursus Technology L.L.C.