pve_storage_delete
Removes a storage definition cluster-wide in Proxmox VE. Dry-run first to see which guest disks/backups become inaccessible; confirm to execute without erasing underlying data.
Instructions
MUTATION (HIGH): remove a storage definition cluster-wide. Dry-run by default — the PLAN warns guest disks/backups living only there become inaccessible (data not erased). confirm=True executes — typically returns null; no undo except re-adding via pve_storage_create with the same config.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | False (default) returns a dry-run PLAN only; True executes the deletion. | |
| storage | Yes | Storage ID to remove cluster-wide (definition only; data on disk is not erased). | |
| 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 |