pve_node_disk_wipe
Wipes all data and partition table from a node disk irreversibly. Dry-run returns a plan; confirm to execute.
Instructions
MUTATION: wipe ALL data and the partition table on a node disk.
RISK_HIGH, NO UNDO: DESTROYS all data, partitions, and filesystems on the named disk — more destructive than pve_node_disk_initgpt, which only overwrites the partition table. Dry-run by default (returns a PLAN); confirm=True executes (PUT /disks/wipedisk, Smoke-confirm) and returns {"status": "submitted", "result": <task UPID | None>}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| disk | Yes | Device path/identifier of the disk to wipe (e.g. /dev/sda); ALL data and the partition table are destroyed. | |
| node | No | PVE node name the disk lives on; defaults to the configured node if omitted. | |
| confirm | No | False (default) returns a dry-run PLAN only; True executes the irreversible wipe. | |
| 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 |