Wipe disk
wipe_node_diskOverwrites all blocks on a disk with zeros, completely erasing all data. Requires user confirmation due to irrecoverable destruction.
Instructions
Wipe a disk by writing zeros to all blocks. DESTRUCTIVE — irrecoverable. Ask the user to confirm before invoking.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| disk | Yes | Disk path (e.g. /dev/sdb) | |
| node | Yes | ||
| confirm | No | Set to true once the user has approved this destructive action |