home

Supported platforms

Vyatta documentation

Learn how to install, configure, and operate the Vyatta Network Operating System (Vyatta NOS) and Orchestrator, which help drive our virtual networking and physical platforms portfolio.

delete virtualization image <image>

Deletes an image from the /var/lib/libvirt/images folder.

delete virtualization image image
image
An image file relative to /var/lib/libvirt/images.

Operational mode.

Use this command to delete an image from the /var/lib/libvirt/images folder.

An image is not deleted if it is referenced by a guest configuration.

The following example shows how to delete an image.

vyatta@vyatta:~$ show virtualization images
an-image.qcow2
moved-image.qcow2

vyatta@vyatta:~$ delete virtualization image moved-image.qcow2 

vyatta@vyatta:~$ show virtualization images 
an-image.qcow2