Deleting virtual machines

Limitations

  • A VM is removed along with its disks that have the Delete on termination option enabled during the VM deployment.

Prerequisites

To remove one virtual machine

Admin panel

  1. Click the ellipsis button next to a VM you want to delete, and then click Delete.
  2. Click Delete in the confirmation window.

Command-line interface

Use the following command:

vinfra service compute server delete <server>
<server>
Virtual machine ID or name

For example, to delete the virtual machine myvm, run:

# vinfra service compute server delete myvm

To remove multiple virtual machines

  1. Select the check boxes next to VMs you want to delete.
  2. Over the VM list, click Delete.
  3. Click Delete in the confirmation window.