Resize VM disk
resize_vm_diskResize a VM disk to a specific size (e.g., '50G') or increase it using a '+N' suffix (e.g., '+20G') for disk identifiers like scsi0.
Instructions
Resize a VM disk (e.g. scsi0, virtio0). Use a '+N' suffix on size to grow, or absolute size like '50G'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| disk | Yes | Disk identifier (e.g. scsi0, virtio0) | |
| node | Yes | ||
| size | Yes | New size (e.g. '50G', '+20G') | |
| vmid | Yes |