How to delete a VM in Opennebula 5?

Hello,

In Opennebula 4 I was able to delete VMs. Now the menu item is gone. How can I do the same in Opennebula 5? (see screen shots)


Hi ptankov,

Shutdown/Delete actions was renamed to Terminate. Here is a snippet from the vm_management/vm_instances

You can terminate an instance with the onevm terminate command, from any state. It will shutdown (if needed) and delete the VM. This operation will free the resources (images, networks, etc) used by the VM.

Kind Regards,
Anton Todorov