Xen Force Shutdown

Get the VM’s uuid
# xe vm-list

# xe vm-shutdown uuid=<vm-uuid> force=true

If you get an error:
“VM not in expected power state after completing operation”

# xe vm-reset-powerstate –force uuid=<vm-uuid>