qvm-kill.rst 887 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. .. program:: qvm-kill
  2. :program:`qvm-kill` -- forceful shutdown of a domain
  3. ====================================================
  4. Synopsis
  5. --------
  6. :command:`qvm-kill` [-h] [--verbose] [--quiet] [--all] [--exclude *EXCLUDE*] [*VMNAME* [*VMNAME* ...]]
  7. Options
  8. -------
  9. .. option:: --all
  10. Kill all qubes. You can use :option:`--exclude` to limit the
  11. qubes set. dom0 is not killed.
  12. .. option:: --exclude
  13. Exclude the qube from :option:`--all`.
  14. .. option:: --help, -h
  15. show this help message and exit
  16. .. option:: --verbose, -v
  17. increase verbosity
  18. .. option:: --quiet, -q
  19. decrease verbosity
  20. Authors
  21. -------
  22. | Joanna Rutkowska <joanna at invisiblethingslab dot com>
  23. | Rafal Wojtczuk <rafal at invisiblethingslab dot com>
  24. | Marek Marczykowski <marmarek at invisiblethingslab dot com>
  25. | Wojtek Porczyk <woju at invisiblethingslab dot com>
  26. .. vim: ts=3 sw=3 et tw=80