mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 23:06:00 +02:00
325 B
325 B
virsh pool-destroy
Stop an active virtual machine storage pool (delete a stopped storage pool using
virsh pool-delete
). See also:virsh
. More information: https://manned.org/virsh.
- Stop a storage pool specified by name or UUID (determine using
virsh pool-list
):
virsh pool-destroy --pool {{name|uuid}}