grow_disk
Add storage capacity to a Proxmox guest disk without data loss. Specify the VM, disk identifier, and increment like +10G to safely expand the disk.
Instructions
Grow a guest disk. Growth only — shrinking is destructive and lives in shrink_disk.
Args: vmid: Guest whose disk to grow. disk: Disk key from guest_config, e.g. "scsi0", "virtio0", "rootfs". increment: Amount to add, e.g. "+10G" or "+512M". Must start with "+".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| disk | Yes | ||
| vmid | Yes | ||
| increment | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||