pve_storage_content_delete
Delete a storage content volume (ISO, template, backup, or disk image) with a dry-run plan by default; set confirm=True to execute, noting high risk for attached disks or backups.
Instructions
MUTATION: delete a content volume (ISO / template / backup / disk image) from storage. Dry-run by default — escalates to HIGH risk for a backup volume or a disk still attached to a guest; confirm=True to execute. Async — returns a UPID or null. Use pve_storage_content to find a volid first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | No | PVE node hosting the storage. Omit to use the configured default node. | |
| volid | Yes | Volume ID of the content to delete (ISO, template, or backup), e.g. `local:vztmpl/debian-12.tar.zst`. | |
| confirm | No | Leave `false` (default) to get a dry-run PLAN — HIGH risk for a backup volume; set `true` to execute the deletion. | |
| storage | Yes | Storage backend name the content volume lives on. | |
| proximo_target | No | Which configured Proxmox target to run this call against — a target name from your multi-target config (a specific PVE/PBS/PMG/PDM box). Omit to use the single/default target from the environment; the selection applies only to this call. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |