Initialize disk with GPT
init_node_diskInitialize a disk with a fresh GPT partition table, wiping all existing data. Requires user confirmation before execution.
Instructions
Initialize a disk with a fresh GPT partition table. DESTRUCTIVE — wipes existing data. Ask the user to confirm before invoking.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| disk | Yes | Disk path (e.g. /dev/sdb) | |
| node | Yes | ||
| uuid | No | ||
| confirm | No | Set to true once the user has approved this destructive action |