Managing Virtual Machines
CloudRift CLI provides commands for managing the lifecycle of virtual machine instances on your cluster.
Starting a VM
To start a stopped virtual machine instance:
rift virt start <instance_id>
Stopping a VM
To stop a running virtual machine instance:
rift virt stop <instance_id>
info
Providers and admins can start and stop VMs on their nodes. Regular users can manage their own instances.