mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-22 23:02:49 +00:00
Update cheatsheets
This commit is contained in:
@@ -10,16 +10,16 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Destroy a specific virtual machine:
|
||||
|
||||
`qm destroy {{vm_id}}`
|
||||
`qm {{[des|destroy]}} {{vm_id}}`
|
||||
|
||||
- Destroy all disks that are not explicitly referenced in a specific virtual machine's configuration:
|
||||
|
||||
`qm destroy {{vm_id}} --destroy-unreferenced-disks`
|
||||
`qm {{[des|destroy]}} {{vm_id}} --destroy-unreferenced-disks`
|
||||
|
||||
- Destroy a virtual machine and remove from all locations (inventory, backup jobs, high availability managers, etc.):
|
||||
|
||||
`qm destroy {{vm_id}} --purge`
|
||||
`qm {{[des|destroy]}} {{vm_id}} --purge`
|
||||
|
||||
- Destroy a specific virtual machine ignoring locks and forcing destroy:
|
||||
|
||||
`sudo qm destroy {{vm_id}} --skiplock`
|
||||
`sudo qm {{[des|destroy]}} {{vm_id}} --skiplock`
|
||||
|
||||
Reference in New Issue
Block a user