virt.instance.stop ================== Stop an instance. Timeout is how long it should wait for the instance to shutdown cleanly. This method is a job. .. raw:: html
ID of the virtual instance to stop.
Arguments controlling how the instance is stopped.
No Additional PropertiesTimeout in seconds to wait for graceful shutdown (-1 for no timeout when force = true).
Whether to force stop the instance immediately without graceful shutdown.
Returns true if the instance was successfully stopped.