pool-undefine

Deletes the persistent libvirt definition of a storage pool.

Syntax


1  pool-undefine!  --pool
2.1 <pool-name>
2.1 <pool-UUID>
Where:
<pool-name>
Is the name of the storage pool.
<pool-UUID>
Is the UUID of the storage pool.

Selected options

--pool
Specifies the storage pool.

Usage

Managing storage pools

Example

This example removes storage pool pool1 from the libvirt definition.
# virsh pool-undefine pool1