HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

virsh pool-undefine — Delete the configuration file in `/etc/libvirt/storage` for a stopped virtual machine storage pool.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
theetcdeleteconfigurationcommandclifilevirsh pool-undefine

Problem

How to use the virsh pool-undefine command: Delete the configuration file in /etc/libvirt/storage for a stopped virtual machine storage pool. See also: virsh, virsh-pool-destroy. More information: <https://manned.org/virsh>.

Solution

virsh pool-undefine — Delete the configuration file in /etc/libvirt/storage for a stopped virtual machine storage pool. See also: virsh, virsh-pool-destroy. More information: <https://manned.org/virsh>.

Delete the configuration for the storage pool specified name or UUID (determine using virsh pool-list):
virsh pool-undefine --pool {{name|uuid}}

Code Snippets

Delete the configuration for the storage pool specified name or UUID (determine using `virsh pool-list`)

virsh pool-undefine --pool {{name|uuid}}

Context

tldr-pages: common/virsh pool-undefine

Revisions (0)

No revisions yet.