delete_snapshot
Remove a specific snapshot from a Proxmox virtual machine or container by providing the VM/container ID and snapshot name. This tool helps manage storage and system state by deleting unneeded snapshots.
Instructions
Delete a snapshot from a VM or container.
Args: vmid: The numeric ID of the VM or container. name: Name of the snapshot to delete. confirm: Must be true to execute. First call without confirm shows a warning.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vmid | Yes | ||
| name | Yes | ||
| confirm | No |