Skip to content

Instantly share code, notes, and snippets.

@ruzickap
Last active May 23, 2019 16:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ruzickap/0de423e1fd151ebe8d3ed47f35802481 to your computer and use it in GitHub Desktop.
Save ruzickap/0de423e1fd151ebe8d3ed47f35802481 to your computer and use it in GitHub Desktop.
Delete and remove VM in Virtualbox
VBoxManage list vms
VBoxManage controlvm 6d3e674d-7626-4142-969f-8017b679fbd0 poweroff
VBoxManage unregistervm --delete 6d3e674d-7626-4142-969f-8017b679fbd0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment