proxmox_node_disk_admin
Initialize GPT or wipe disks on Proxmox nodes. Perform destructive disk management operations with elevated privileges.
Instructions
Destructive disk operations. action=init_gpt: initialize GPT | action=wipe: wipe disk (all elevated)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | Yes | Node name | |
| disk | Yes | Block device path (e.g., /dev/sdb) | |
| uuid | No | Optional UUID for the disk | |
| action | Yes |