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 folder
      • Updating a folder
      • Deleting a folder
      • Setting up access rights
      • Getting the folder ID
      • Getting notifications from services in a folder
    • Viewing service resource operations
  • Access management
  • Pricing policy
  • Terraform reference
  • Audit Trails events
  • Release notes
  • FAQ
  1. Step-by-step guides
  2. Folder
  3. Getting the folder ID

Getting the folder ID

Written by
Yandex Cloud
Updated at March 6, 2025
Management console
CLI
API
  1. Go to the management console and select the appropriate folder from the list on the left. On the page that opens, the folder ID is shown on top, next to the folder name.

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

You can also get the folder ID from the folder page URL in the management console:

https://console.yandex.cloud/folders/<folder_ID>

If you do not have the Yandex Cloud CLI yet, install and initialize it.

If you know the folder name, get its ID using the get command:

yc resource-manager folder get my-folder

Result:

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

If you don't, get a list of folders with IDs for the default cloud:

yc resource-manager folder list

Result:

+----------------------+--------------------+------------------+--------+
|          ID          |        NAME        |      LABELS      | STATUS |
+----------------------+--------------------+------------------+--------+
| b1gd129pp9ha******** | my-folder          |                  | ACTIVE |
| b1g66mft1vop******** | default            |                  | ACTIVE |
+----------------------+--------------------+------------------+--------+

To view the list of folders in a different cloud, specify the folder ID in cloud-id:

yc resource-manager folder list --cloud-id b1glku4lgd6g********

To get the list of folders with IDs, use the list REST API method for the Folder resource or the FolderService/List gRPC API call.

Was the article helpful?

Previous
Setting up access rights
Next
Getting notifications from services in a folder
© 2025 Direct Cursus Technology L.L.C.