vm.stop ======= Stops a VM. For unresponsive guests who have exceeded the `shutdown_timeout` defined by the user and have become unresponsive, they required to be powered down using `vm.poweroff`. `vm.stop` is only going to send a shutdown signal to the guest and wait the desired `shutdown_timeout` value before tearing down guest vmemory. `force_after_timeout` when supplied, it will initiate poweroff for the VM forcing it to exit if it has not already stopped within the specified `shutdown_timeout`. This method is a job. .. raw:: html
ID of the virtual machine to stop.
Options controlling the VM stop process.
No Additional PropertiesWhether to force immediate shutdown without graceful shutdown attempt.
Whether to force shutdown if graceful shutdown times out.
Returns null on successful VM stop initiation.