Yandex Cloud
Search
Discuss with expertTry it for free
  • Customer Stories
  • Documentation
  • Blog
  • All Services
    • Cloud Interconnect
    • Cloud Backup
    • Cloud Registry
    • Yandex AI Studio
    • Compute Cloud
    • Object Storage
    • Managed Service for Kubernetes®
    • Yandex BareMetal
    • Smart Web Security
    • Security Deck
    • Managed Service for PostgreSQL
    • Managed Service for ClickHouse®
    • Monium
    • Cloud CDN
    • Network Load Balancer
    • Virtual Private Cloud
    • Cloud DNS
    • Application Load Balancer
    • Yandex Cloud Video
    • Stackland
    • Yandex Cloud Router
    • Yandex Managed Service for Trino
    • Managed Service for MySQL®
    • Managed Service for Valkey™
    • Managed Service for Apache Spark™
    • Yandex StoreDoc
    • Managed Service for OpenSearch
    • Managed Service for Apache Kafka®
    • Data Transfer
    • Yandex MPP Analytics Engine for PostgreSQL
    • Yandex Managed Service for Apache Airflow®
    • Data Processing
    • Yandex MetaData Hub
    • Managed Service for YDB
    • Managed Service for Sharded PostgreSQL
    • Managed Service for YTsaurus
    • Yandex WebSQL
    • DataLens
    • Yandex Search API
    • SpeechSense
    • SpeechKit
    • DataSphere
    • Vision OCR
    • Translate
    • Yandex Identity Hub
    • Key Management Service
    • Certificate Manager
    • Yandex Lockbox
    • Audit Trails
    • SmartCaptcha
    • Cloud Desktop
    • Yandex SIEM
    • SourceCraft Code Assistant
    • Container Registry
    • Managed Service for GitLab
    • Managed Service for Prometheus®
    • Cloud Functions
    • API Gateway
    • Yandex Cloud Postbox
    • Message Queue
    • Serverless Integrations
    • IoT Core
    • Data Streams
    • Serverless Containers
    • Cloud Notification Service
    • Yandex Query
    • Identity and Access Management
    • Yandex Cloud Console
    • Resource Manager
    • Yandex Cloud Billing
    • Yandex Cloud Quota Manager
    • Cloud Apps
  • System Status
  • Marketplace
    • Featured
    • Infrastructure & Network
    • Data Platform
    • AI for business
    • Security
    • DevOps tools
    • Serverless
    • Monitoring & Resources
  • 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
    • Price calculator
    • Pricing plans
  • Customer Stories
  • Documentation
  • Blog
© 2026 Direct Cursus Technology L.L.C.
Yandex Cloud Desktop
    • All guides
      • Creating a desktop
      • Connecting to a desktop
      • Resetting a desktop user password
      • Launching, restarting, and stopping a desktop
      • Updating a desktop
      • Updating a desktop
      • Deleting a desktop
    • Viewing logs
    • Viewing operations with resources
  • Access management
  • Pricing policy
  • Cloud Desktop events
  • Release notes

In this article:

  • Starting
  • Restarting
  • Stopping
  1. Step-by-step guides
  2. Desktops
  3. Launching, restarting, and stopping a desktop

Starting, stopping, and restarting a desktop

Written by
Yandex Cloud
Updated at June 19, 2026
View in Markdown
  • Starting
  • Restarting
  • Stopping

StartingStarting

Management console
User desktop showcase
Yandex Cloud CLI
  1. In the management console, select the folder containing the desktop.
  2. Navigate to Cloud Desktop.
  3. In the left-hand panel, select Desktops.
  4. Click next to the desktop you want to start, then select Start.
  5. Confirm launch.
  1. Open the User desktop showcase.
  2. On the desktop card you want to start, click .
  3. Confirm launch.

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

The folder used by default is the one specified when creating the CLI profile. To change the default folder, use the yc config set folder-id <folder_ID> command. You can also specify a different folder for any command using --folder-name or --folder-id. If you access a resource by its name, the search will be limited to the default folder. If you access a resource by its ID, the search will be global, i.e., through all folders based on access permissions.

  1. See the description of the CLI command to start the desktop:

    yc desktops desktop start --help
    
  2. Get a list of desktops in the default folder:

    yc desktops desktop list
    

    Result:

    +----------------------+------------------+--------+----------------------+---------------------+
    |          ID          |       NAME       | STATUS |   DESKTOP GROUP ID   |   CREATED (UTC-0)   |
    +----------------------+------------------+--------+----------------------+---------------------+
    | e3vmvhgbgac4******** | my-cloud-desktop | ACTIVE | e3v1rbln45tl******** | 2024-10-09 22:42:28 |
    | e3vio1bc5ppz******** | reserved-desktop | ACTIVE | e3v9om0ur4rl******** | 2024-10-09 21:35:17 |
    +----------------------+------------------+--------+----------------------+---------------------+
    
  3. Select the ID or NAME of the desktop you need, e.g., my-cloud-desktop.

  4. Start the desktop:

    yc desktops desktop start --name <desktop_name>
    

    Result:

    done (26s)
    id: e3vmvhgbgac4********
    folder_id: b1g681qpemb4********
    desktop_group_id: e3v1rbln45tl********
    created_at: "2024-10-09T22:42:28.020Z"
    status: STARTING
    name: my-cloud-desktop
    resources:
      memory: "4294967296"
      cores: "2"
      core_fraction: "100"
    network_interfaces:
      - network_id: enp0asmd9pr9********
        subnet_id: e2lb1da2dd9v********
    

RestartingRestarting

Management console
User desktop showcase
Yandex Cloud CLI
  1. In the management console, select the folder containing the desktop.
  2. Navigate to Cloud Desktop.
  3. In the left-hand panel, select Desktops.
  4. Click next to the desktop you want to restart, then select Restart.
  5. Confirm restart.
  1. Open the User desktop showcase.
  2. On the desktop card you want to restart, click .
  3. Confirm restart.

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

The folder used by default is the one specified when creating the CLI profile. To change the default folder, use the yc config set folder-id <folder_ID> command. You can also specify a different folder for any command using --folder-name or --folder-id. If you access a resource by its name, the search will be limited to the default folder. If you access a resource by its ID, the search will be global, i.e., through all folders based on access permissions.

  1. See the description of the CLI command restarting a desktop:

    yc desktops desktop restart --help
    
  2. Get a list of desktops in the default folder:

    yc desktops desktop list
    

    Result:

    +----------------------+------------------+--------+----------------------+---------------------+
    |          ID          |       NAME       | STATUS |   DESKTOP GROUP ID   |   CREATED (UTC-0)   |
    +----------------------+------------------+--------+----------------------+---------------------+
    | e3vmvhgbgac4******** | my-cloud-desktop | ACTIVE | e3v1rbln45tl******** | 2024-10-09 22:42:28 |
    | e3vio1bc5ppz******** | reserved-desktop | ACTIVE | e3v9om0ur4rl******** | 2024-10-09 21:35:17 |
    +----------------------+------------------+--------+----------------------+---------------------+
    
  3. Select the ID or NAME of the desktop you need, e.g., my-cloud-desktop.

  4. Restart the desktop:

    yc desktops desktop restart --name <desktop_name>
    
    done (26s)
    id: e3vmvhgbgac4********
    folder_id: b1g681qpemb4********
    desktop_group_id: e3v1rbln45tl********
    created_at: "2024-10-09T22:42:28.020Z"
    status: RESTARTING
    name: my-cloud-desktop
    resources:
      memory: "4294967296"
      cores: "2"
      core_fraction: "100"
    network_interfaces:
      - network_id: enp0asmd9pr9********
        subnet_id: e2lb1da2dd9v********
    

StoppingStopping

Management console
User desktop showcase
Yandex Cloud CLI
  1. In the management console, select the folder containing the desktop.
  2. Navigate to Cloud Desktop.
  3. In the left-hand panel, select Desktops.
  4. Click next to the desktop you want to stop, then select Stop.
  5. Confirm stop.
  1. Open the User desktop showcase.
  2. On the desktop card you want to stop, click .
  3. Confirm stop.

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

The folder used by default is the one specified when creating the CLI profile. To change the default folder, use the yc config set folder-id <folder_ID> command. You can also specify a different folder for any command using --folder-name or --folder-id. If you access a resource by its name, the search will be limited to the default folder. If you access a resource by its ID, the search will be global, i.e., through all folders based on access permissions.

  1. See the description of the CLI command to stop the desktop:

    yc desktops desktop stop --help
    
  2. Get a list of desktops in the default folder:

    yc desktops desktop list
    

    Result:

    +----------------------+------------------+--------+----------------------+---------------------+
    |          ID          |       NAME       | STATUS |   DESKTOP GROUP ID   |   CREATED (UTC-0)   |
    +----------------------+------------------+--------+----------------------+---------------------+
    | e3vmvhgbgac4******** | my-cloud-desktop | ACTIVE | e3v1rbln45tl******** | 2024-10-09 22:42:28 |
    | e3vio1bc5ppz******** | reserved-desktop | ACTIVE | e3v9om0ur4rl******** | 2024-10-09 21:35:17 |
    +----------------------+------------------+--------+----------------------+---------------------+
    
  3. Select the ID or NAME of the desktop you need, e.g., my-cloud-desktop.

  4. Stop the desktop:

    yc desktops desktop stop --name <desktop_name>
    

    Result:

    done (26s)
    id: e3vmvhgbgac4********
    folder_id: b1g681qpemb4********
    desktop_group_id: e3v1rbln45tl********
    created_at: "2024-10-09T22:42:28.020Z"
    status: STOPPING
    name: my-cloud-desktop
    resources:
      memory: "4294967296"
      cores: "2"
      core_fraction: "100"
    network_interfaces:
      - network_id: enp0asmd9pr9********
        subnet_id: e2lb1da2dd9v********
    

Was the article helpful?

Previous
Resetting a desktop user password
Next
Updating a desktop
© 2026 Direct Cursus Technology L.L.C.