You are here: Supporting Documents > everRun Command Line Interface Reference > AVCLI Command Descriptions > vm-delete

vm-delete

Usage

avcli vm-delete [--volumes volumes] [--wait] vm...

Description

The vm-delete command deletes the specified VMs, and optionally, the volumes attached to the VMs.

Options

--volumes 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
of