1 Answer
Use the below command to shutdown VM,
# virsh shutdown VM-name
To force shutdown the VM,
# virsh destroy VM-name
Your Answer
x