Switch clouds
Written by
Updated at February 3, 2026
Management console
CLI
API
-
In the management console
, in the top panel, click . -
In the list that opens, select the cloud or folder within that cloud.
-
The dashboard shows general cloud and folder information. The cloud ID is specified at the top, below the cloud name.

There are two ways to choose the cloud that is used in the CLI by default:
- Select a cloud when creating a profile.
- Change the
cloud-idparameter in the profile configuration.
To change the cloud-id parameter for the current profile:
-
See the description of the command to change configuration parameters:
yc config set --help -
Find out the ID of the cloud you want to use. To do this, get a list of available clouds:
yc resource-manager cloud list +--------------------------+----------------------+-------------------------------+ | ID | NAME | DESCRIPTION | +--------------------------+----------------------+-------------------------------+ | <ID_of_cloud_1> | <name_of_cloud_1> | ... | | <ID_of_cloud_2> | <name_of_cloud_2> | ... | +--------------------------+----------------------+-------------------------------+ -
Specify the ID of the cloud to be used by default:
yc config set cloud-id <cloud_ID>
Currently, you cannot switch to another cloud using the API.