qvm-shutdown.rst 677 B

12345678910111213141516171819202122232425262728293031323334
  1. ============
  2. qvm-shutdown
  3. ============
  4. NAME
  5. ====
  6. qvm-shutdown
  7. :Date: 2012-04-11
  8. SYNOPSIS
  9. ========
  10. | qvm-shutdown [options] <vm-name>
  11. OPTIONS
  12. =======
  13. -h, --help
  14. Show this help message and exit
  15. -q, --quiet
  16. Be quiet
  17. --force
  18. Force operation, even if may damage other VMs (eg. shutdown of NetVM)
  19. --wait
  20. Wait for the VM(s) to shutdown
  21. --all
  22. Shutdown all running VMs
  23. --exclude=EXCLUDE_LIST
  24. When --all is used: exclude this VM name (might be repeated)
  25. AUTHORS
  26. =======
  27. | Joanna Rutkowska <joanna at invisiblethingslab dot com>
  28. | Rafal Wojtczuk <rafal at invisiblethingslab dot com>
  29. | Marek Marczykowski <marmarek at invisiblethingslab dot com>