Linux command
qm-delsnapshot 命令
文件
复制后可按需替换文件名、目录或参数。
常用示例
Delete
qm delsnapshot 100 snapshot_name
Force
qm delsnapshot 100 snapshot_name --force 1
说明
qm delsnapshot deletes virtual machine snapshots in Proxmox VE. Snapshots capture the VM state at a point in time and can be removed when no longer needed to reclaim storage space. The force option allows removing snapshot references from configuration even if the underlying disk snapshot cannot be deleted.
参数
- --force _boolean_
- Force removal from config file, even if removing disk snapshots fails
FAQ
What is the qm-delsnapshot command used for?
qm delsnapshot deletes virtual machine snapshots in Proxmox VE. Snapshots capture the VM state at a point in time and can be removed when no longer needed to reclaim storage space. The force option allows removing snapshot references from configuration even if the underlying disk snapshot cannot be deleted.
How do I run a basic qm-delsnapshot example?
Run `qm delsnapshot 100 snapshot_name` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does --force _boolean_ do in qm-delsnapshot?
Force removal from config file, even if removing disk snapshots fails