qvm-shutdown.rst 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. .. program:: qvm-shutdown
  2. :program:`qvm-shutdown` -- Gracefully shut down a qube
  3. ======================================================
  4. .. warning::
  5. This page was autogenerated from command-line parser. It shouldn't be 1:1
  6. conversion, because it would add little value. Please revise it and add
  7. more descriptive help, which normally won't fit in standard ``--help``
  8. option.
  9. After rewrite, please remove this admonition.
  10. Synopsis
  11. --------
  12. :command:`qvm-shutdown` [-h] [--verbose] [--quiet] [--all] [--exclude *EXCLUDE*] [--force] [--wait] [--timeout *TIMEOUT*] [*VMNAME*]
  13. Options
  14. -------
  15. .. option:: --help, -h
  16. show the help message and exit
  17. .. option:: --verbose, -v
  18. increase verbosity
  19. .. option:: --quiet, -q
  20. decrease verbosity
  21. .. option:: --all
  22. perform the action on all qubes
  23. .. option:: --exclude=EXCLUDE
  24. exclude the qube from :option:`--all`
  25. .. option:: --force
  26. force operation, even if may damage other VMs (eg. shutdown of network
  27. provider)
  28. .. option:: --wait
  29. wait for the VMs to shut down
  30. .. option:: --timeout
  31. timeout after which domains are killed when using :option:`--wait`
  32. Authors
  33. -------
  34. | Joanna Rutkowska <joanna at invisiblethingslab dot com>
  35. | Rafal Wojtczuk <rafal at invisiblethingslab dot com>
  36. | Marek Marczykowski <marmarek at invisiblethingslab dot com>
  37. | Wojtek Porczyk <woju at invisiblethingslab dot com>
  38. .. vim: ts=3 sw=3 et tw=80