How to stop a VM?
blissdev opened this issue · 2 comments
blissdev commented
Currently, there is documentation such that you can build a VM, and run a VM, and delete a VM but it's not obvious to me how to stop a VM?
chrisparnin commented
Pushed patch to include new stop
command. Can use like this:
slim stop micro1
Longer term, we're slowly building up abstractions in a library for what we call, 'virtual CRUD', making it easier to do these type of interactions with various VM providers.
blissdev commented
Very cool, thanks!