0

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..???

Virtualbox Virtual-machine Add a comment
isaiah
asked May 08 2017

Answer

0

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
Add a comment
jagannatharumugam
asked May 08 2017
edited Oct 05 2018
Post your Answer