isaiah
asked May 08 2017
Answer
No it wont affect others unless if cloning is not configured. Jus use below command to delete a virtual machine.
# virsh list --all
Id Name State
----------------------------------------------------
1 vm-1 running
2 vm-2 running
# virsh destroy vm-1
# virsh undefine vm-1
jagannatharumugam
asked May 08 2017
edited Oct 05 2018
deleting a virtual machine using virsh command in Redhat
If i remove my virtual machine using virsh command it will remove completely right. It wont affect any of the other VMs or processes..???