vm-delete
Usage
avcli vm-delete [--volumes] [--wait] vm...
Description
The vm-delete command deletes the specified VMs, the snapshots belonging to those VMs, and optionally, the volumes attached to the VMs.
Options
--volumes | Delete the volumes attached to the VM. |
--wait -w |
Wait for the command to complete. |
vm | One or more VMs to be deleted. |
Examples
avcli vm-delete vm1
avcli vm-delete --volumes vm1
avcli vm-delete --volumes vm1 vm2