qvm-shutdown – Gracefully shut down a qube

Synopsis

qvm-shutdown [-h] [–verbose] [–quiet] [–all] [–exclude EXCLUDE] [–wait] [–timeout TIMEOUT] [VMNAME]

Options

--help, -h

show the help message and exit

--verbose, -v

increase verbosity

--quiet, -q

decrease verbosity

--all

perform the action on all qubes; implies --force

--exclude=EXCLUDE

exclude the qube from --all

--wait

wait for the VMs to shut down. If some domains are providing network to other domains, wait for those domains to shut down before shutting down their dependents, unless --all was specified

--timeout

timeout after which domains are killed when using --wait

--force

force qube shutdown, regardless of whether there exist any connected domains (such as those using it as network VM)

--dry-run

don’t really shutdown or kill the domains; useful with --wait

Authors

Joanna Rutkowska <joanna at invisiblethingslab dot com>
Rafal Wojtczuk <rafal at invisiblethingslab dot com>
Marek Marczykowski <marmarek at invisiblethingslab dot com>
Wojtek Porczyk <woju at invisiblethingslab dot com>