pve_node_storage_backend_delete
Permanently delete a storage backend on a Proxmox node. This high-risk action requires explicit confirmation and cannot be undone.
Instructions
MUTATION: destroy a storage backend on the node.
RISK_HIGH, NO UNDO — backend-specific blast: zfs: destroys the zpool and ALL data on it lvm/lvmthin: removes the VG — any storage built on it breaks directory: removes the directory mapping (data on disk may persist)
confirm=True to execute.
DELETE /nodes/{node}/disks/{backend}/{name} Smoke-confirm: endpoint and params shape not live-verified.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| node | No | ||
| backend | Yes | ||
| cleanup | No | ||
| confirm | No | ||
| 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 |