From f215e02bf85f68d3a6106c2a1f4f7f063f819064 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 11 Apr 2024 10:17:27 +0200 Subject: Adding upstream version 7.0.14-dfsg. Signed-off-by: Daniel Baumann --- doc/manual/en_US/man_VBoxManage-unregistervm.xml | 132 +++++++++++++++++++++++ 1 file changed, 132 insertions(+) create mode 100644 doc/manual/en_US/man_VBoxManage-unregistervm.xml (limited to 'doc/manual/en_US/man_VBoxManage-unregistervm.xml') diff --git a/doc/manual/en_US/man_VBoxManage-unregistervm.xml b/doc/manual/en_US/man_VBoxManage-unregistervm.xml new file mode 100644 index 00000000..81cc5a49 --- /dev/null +++ b/doc/manual/en_US/man_VBoxManage-unregistervm.xml @@ -0,0 +1,132 @@ + + + + +%all.entities; +]> + + + $Date: 2023-01-17 15:15:46 +0100 (Tue, 17 Jan 2023) $ + VBoxManage unregistervm + + + + VBoxManage-unregistervm + 1 + + + + VBoxManage-unregistervm + unregister a virtual machine + &product-name; + + + + + + VBoxManage unregistervm + + uuid + vmname + + --delete + --delete-all + + + + + Description + + The VBoxManage unregistervm command unregisters + a virtual machine (VM). + + + + uuid|vmname + + Specifies the name or Universally Unique Identifier (UUID) + of the VM. + + + + + + Deletes the following files related to the VM automatically: + + + All hard disk image files, including differencing files. + + + All saved state files that the machine created, + including one for each snapshot. + + + XML VM machine definition file and its backups. + + + VM log files. + + + The empty directory associated with the unregistered VM. + + + + + + + Deletes the files described in the option, + as well as all DVDs and Floppy disks located in the VM folder and + attached only to this VM. + + + + + + + Examples + + + The following command unregisters a VM called + vm2. + +$ VBoxManage unregistervm vm2 + + The following command unregisters a VM called + vm3. All files associated with the VM are + deleted. + +$ VBoxManage unregistervm vm3 --delete +%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100% + + + + See Also + + + + + -- cgit v1.2.3