Yandex Cloud
Search
Contact UsGet started
  • Pricing
  • Customer Stories
  • Documentation
  • Blog
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • AI Studio
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Center for Technologies and Society
    • Yandex Cloud Partner program
  • Pricing
  • Customer Stories
  • Documentation
  • Blog
© 2025 Direct Cursus Technology L.L.C.
Yandex Cloud Desktop
    • All guides
      • Creating a desktop group
      • Updating a desktop group
      • Changing desktop group permissions
      • Deleting a desktop group
    • Viewing logs
    • Viewing operations with resources
  • Access management
  • Pricing policy
  • Cloud Desktop events
  • Release notes
  1. Step-by-step guides
  2. Desktop groups
  3. Updating a desktop group

Updating a desktop group

Written by
Yandex Cloud
Updated at September 3, 2025

Changing an image, data disk size, vCPU, vCPU or RAM share in desktop group settings will trigger the recreation of its desktops.

The system will recreate the boot disk using the image you previously selected for the desktop group. As a result, you will lose the software and updates installed there. These changes will not affect the data disk and user directory though.

To apply changes to a specific desktop, update it.

Management console
Yandex Cloud CLI
  1. In the management console, select the folder containing your desktop group.
  2. From the list of services, select Cloud Desktop.
  3. Next to the desktop group you want to update, click and select Edit.
  4. Select the Group type: Personal or Session.
  5. Under Desktops, change these values:
    1. Maximum desktop group size: Maximum number of desktops in the group.
    2. Hot standby: Number of desktops kept always loaded for quick user access.
  6. Change the desktop configuration under Computing resources.
  7. Select an OS image.
  8. Under Disks, increase the data disk size.
  9. Under Desktop users, click Add users and specify those the desktops will be available to:
    • User groups.
    • Individual users.
    • Any user's mail address. The user will be sent an invitation to your organization and assigned a role for desktop access.
  10. Click Save.

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

By default, the CLI uses the folder specified when creating the profile. To change the default folder, use the yc config set folder-id <folder_ID> command. You can also set a different folder for any specific command using the --folder-name or --folder-id parameter.

  1. See the description of the CLI command for updating a desktop group:

    yc desktops group update --help
    
  2. Get a list of desktops in the default folder:

    yc desktops group list
    

    Result:

    +----------------------+-----------------+--------+---------------------+
    |          ID          |      NAME       | STATUS |   CREATED (UTC-0)   |
    +----------------------+-----------------+--------+---------------------+
    | e3v9om0ur4rl******** | desktop-group-1 | ACTIVE | 2025-08-13 13:01:44 |
    | e3vrquks6c8u******** | desktop-group-2 | ACTIVE | 2025-08-14 06:21:16 |
    +----------------------+-----------------+--------+---------------------+
    
  3. Select the desktop group ID or NAME, e.g., desktop-group-1.

  4. Update desktop group parameters, e.g., its name:

    yc desktops group update \
      --name <desktop_group_name> \
      --new-name <new_desktop_group_name>
    

Was the article helpful?

Previous
Creating a desktop group
Next
Changing desktop group permissions
© 2025 Direct Cursus Technology L.L.C.