vm_resize_disk
Expand a VM disk in Proxmox with size increment or absolute value. Dry-run preview available to verify changes before applying.
Instructions
[WRITE] Grow a VM disk. GROW-ONLY — shrink requests are refused.
No undo token: growing a disk cannot be reversed. Pass dry_run=True to preview.
Args: vmid: Numeric Proxmox VM id. disk: Disk key, e.g. 'scsi0', 'virtio0', 'sata0'. size: '+G' increment (e.g. '+10G') or a larger absolute size. dry_run: If True, preview without resizing. target: Proxmox target name from config. node: Node name; omit to auto-locate the VM.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| disk | Yes | ||
| node | No | ||
| size | Yes | ||
| vmid | Yes | ||
| target | No | ||
| dry_run | No |