ottomatica/slim

How to stop a VM?

blissdev opened this issue · 2 comments

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?

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.

Very cool, thanks!