Forrest logo
back to the qm tool

qm-destroy:tldr:e5a6c

qm-destroy: Destroy a virtual machine and remove from all locations (inventory, backup jobs, high availability managers, etc.).
$ qm destroy ${vm_id} --purge
try on your machine

This command is used to destroy a virtual machine (VM) instance in IBM Q System One (IBM's quantum computing platform).

The command "qm destroy" is the command to destroy a VM. The "${vm_id}" is a placeholder for the unique identifier of the VM that you want to destroy. You need to replace "${vm_id}" with the actual ID of the VM.

The "--purge" flag is used to fully remove all resources associated with the VM, including all data, volumes, and configuration files. It ensures a complete removal of the VM instance from the system.

Overall, running this command will permanently delete a VM and all its associated resources.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.
back to the qm tool