pve_disk_resize
Grow a guest disk (e.g., +10G) on Proxmox. Dry-run by default; confirm=True to execute. Refuses shrink.
Instructions
MUTATION: grow a guest disk (e.g. size='+10G'). GROW ONLY — a shrink is refused (destructive). Dry-run by default; confirm=True to execute. Async — returns a task UPID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| disk | Yes | ||
| kind | No | lxc | |
| node | No | ||
| size | Yes | ||
| vmid | Yes | ||
| confirm | No | ||
| 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 |