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
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
  • Blog
  • Pricing
  • Documentation
Yandex project
© 2025 Yandex.Cloud LLC
Yandex Cloud Backup
  • Getting started
    • All guides
    • Activating the service
      • Creating and connecting a Linux VM
      • Creating and connecting a Windows VM
      • Connecting a Linux VM
      • Connecting a Linux VM with OS Login
      • Connecting a Windows VM
      • Updating a VM connection to Cloud Backup
      • Updating or restoring a Cloud Backup agent
      • Updating a Linux VM connection with OS Login
      • Viewing VM connection settings
      • Viewing backup log
      • Deleting a VM from Cloud Backup
    • Viewing operations with resources
    • Viewing backup statistics
  • Access management
  • Terraform reference
  • Monitoring metrics
  • Audit Trails events
  • Release notes
  • Troubleshooting
  1. Step-by-step guides
  2. VM in Cloud Backup
  3. Deleting a VM from Cloud Backup

Deleting a VM from Cloud Backup

Written by
Yandex Cloud
Updated at May 5, 2025

When you delete a VM from Cloud Backup, it remains in Yandex Compute Cloud and keeps running. You need to delete a VM from Compute Cloud separately.

Note

If you delete a VM from Compute Cloud using the management console it is also deleted from Cloud Backup. If you use the YC CLI, Terraform, or an API request, the VM remains available in Cloud Backup.

If you want to reconnect a VM to Cloud Backup after you delete it, use these guides:

  • Connecting a Linux VM
  • Connecting a Windows VM

To delete a VM from Cloud Backup:

Management console
CLI
API
  1. In the management console, select the folder to delete the VM from.
  2. In the list of services, select Cloud Backup.
  3. Next to the VM you want to delete, click and select Delete.
  4. Confirm the deletion.

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

The folder specified when creating the CLI profile is used by default. To change the default folder, use the yc config set folder-id <folder_ID> command. You can specify a different folder using the --folder-name or --folder-id parameter.

  1. View a description of the CLI command to delete a VM from Cloud Backup:

    yc backup vm delete --help
    
  2. Get the ID of the VM to delete:

    yc compute instance list
    

    Result:

    +----------------------+---------+---------------+---------+--------------+-------------+
    |          ID          |  NAME   |    ZONE ID    | STATUS  | EXTERNAL IP  | INTERNAL IP |
    +----------------------+---------+---------------+---------+--------------+-------------+
    | jklp0o9i8012******** | my-vm-1 | ru-central1-b | RUNNING | 51.250.**.** | 192.168.*.* |
    | mnoa5s6d8345******** | my-vm-2 | ru-central1-b | RUNNING | 84.201.**.** | 192.168.*.* |
    +----------------------+---------+---------------+---------+--------------+-------------+
    
  3. Delete the VM by specifying its ID:

    yc backup vm delete <VM_ID>
    

Use the delete REST API method for the Resource resource or the ResourceService/Delete gRPC API call.

Was the article helpful?

Previous
Viewing backup log
Next
Connecting a BareMetal server to Cloud Backup
Yandex project
© 2025 Yandex.Cloud LLC