-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

virsh-undefine


> Delete a virtual machine.

More information.


Delete only the virtual machine configuration file:

virsh undefine --domain {vm_name}

Delete the configuration file and all associated storage volumes:

virsh undefine --domain {vm_name} --remove-all-storage

Delete the configuration file and the specified storage volumes using the target name or the source name (as obtained from the `virsh domblklist` command):

virsh undefine --domain {vm_name} --storage {sda,path/to/source}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Mon May 20 22:48:01 2024