qvm-remove.rst 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. .. program:: qvm-remove
  2. :program:`qvm-remove` -- remove domain
  3. ======================================
  4. Synopsis
  5. --------
  6. :command:`qvm-remove` [-h] [--verbose] [--quiet] [--force-root] [--all] [--exclude *EXCLUDE*] [--just-db] [*VMNAME* [*VMNAME* ...]]
  7. Options
  8. -------
  9. .. option:: --all
  10. Remove all qubes. You can use :option:`--exclude` to limit the
  11. qubes set. dom0 is not removed
  12. .. option:: --exclude
  13. Exclude the qube from :option:`--all`.
  14. .. option:: --help, -h
  15. Show this help message and exit
  16. .. option:: --force-root
  17. Force to run, even with root privileges
  18. .. option:: --just-db
  19. Remove only from the Qubes Xen DB, do not remove any files
  20. .. option:: --verbose, -v
  21. increase verbosity
  22. .. option:: --quiet, -q
  23. decrease verbosity
  24. Authors
  25. -------
  26. | Joanna Rutkowska <joanna at invisiblethingslab dot com>
  27. | Rafal Wojtczuk <rafal at invisiblethingslab dot com>
  28. | Marek Marczykowski <marmarek at invisiblethingslab dot com>
  29. | Bahtiar `kalkin-` Gadimov <bahtiar at gadimov dot de>
  30. .. vim: ts=3 sw=3 et tw=80