What are the commands to shutdown and delete guest VMs?
Solved
NCLI command line
Best answer by Sergei Ivanov
It cannot be done with ncli, but can be done with acli:
To do a graceful guest shutdown: acli vm.guest_shutdown <vm_name> (requires NGT on the VM)
To power off a VM: acli vm.off <vm_name>
To delete a VM: acli vm.delete <vm_name>
This topic has been closed for replies.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.

