12345678910111213141516171819202122232425262728293031323334 |
- .. program:: qvm-remove
- ====================================
- :program:`qvm-remove` -- Remove a VM
- ====================================
- Synopsis
- ========
- :command:`qvm-remove` [*options*] <*vm-name*>
- Options
- =======
- .. option:: --help, -h
- Show this help message and exit
- .. option:: --quiet, -q
- Be quiet
- .. option:: --just-db
- Remove only from the Qubes Xen DB, do not remove any files
- .. option:: --force-root
- Force to run, even with root privileges
- Authors
- =======
- | Joanna Rutkowska <joanna at invisiblethingslab dot com>
- | Rafal Wojtczuk <rafal at invisiblethingslab dot com>
- | Marek Marczykowski <marmarek at invisiblethingslab dot com>
|