Skip to content

VM Power Operations and Deletion

Nick Kasprzak edited this page Apr 8, 2019 · 8 revisions

Introduction

In this example app we will show show to power on and off a VM as well as how to delete the VM.

To get started either git clone the project and cd into the power-off-vm example or follow the steps from the Home page of the Wiki to get your project setup.

VM power operations

Powering on and off a VM is as easy as a few lines of code.

To do this we need the VM's uuid we want to power on/off.

How do you find the uuid of a VM? Well if you know the uuid of t

Clone this wiki locally