qvm-remove.rst 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. .. program:: qvm-remove
  2. :program:`qvm-remove` -- remove domain
  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-remove` [-h] [--verbose] [--quiet] [--force-root] [--all] [--exclude *EXCLUDE*] [--just-db] [*VMNAME* [*VMNAME* ...]]
  13. Options
  14. -------
  15. .. option:: --all
  16. Remove all qubes. You can use :option:`--exclude` to limit the
  17. qubes set. dom0 is not removed
  18. .. option:: --exclude
  19. Exclude the qube from :option:`--all`.
  20. .. option:: --help, -h
  21. Show this help message and exit
  22. .. option:: --verbose, -v
  23. increase verbosity
  24. .. option:: --quiet, -q
  25. decrease verbosity
  26. Authors
  27. -------
  28. | Joanna Rutkowska <joanna at invisiblethingslab dot com>
  29. | Rafal Wojtczuk <rafal at invisiblethingslab dot com>
  30. | Marek Marczykowski <marmarek at invisiblethingslab dot com>
  31. | Bahtiar `kalkin-` Gadimov <bahtiar at gadimov dot de>
  32. .. vim: ts=3 sw=3 et tw=80