qvm-remove.rst 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  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] [--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:: --force, -f
  21. Do not prompt for confirmation; assume 'yes'.
  22. .. option:: --help, -h
  23. Show this help message and exit
  24. .. option:: --verbose, -v
  25. increase verbosity
  26. .. option:: --quiet, -q
  27. decrease verbosity
  28. Authors
  29. -------
  30. | Joanna Rutkowska <joanna at invisiblethingslab dot com>
  31. | Rafal Wojtczuk <rafal at invisiblethingslab dot com>
  32. | Marek Marczykowski <marmarek at invisiblethingslab dot com>
  33. | Bahtiar `kalkin-` Gadimov <bahtiar at gadimov dot de>
  34. .. vim: ts=3 sw=3 et tw=80