Updated May 8, 2026 Resize lets you change a VM’s plan (CPU + RAM) or grow its disk. Both run from the Resize tab on the VM detail page; both require the VM to be powered off first.Documentation Index
Fetch the complete documentation index at: https://docs.rafftechnologies.com/llms.txt
Use this file to discover all available pages before exploring further.
Open the Resize tab
On the VM detail page, click Resize — top action bar, or the Resize tab in the secondary nav. You’ll see the Current Configuration at the top and two sub-tabs: Compute Resources (CPU & RAM) and Storage (Disk Size).
1. Power off the VM
Both compute and storage resize require the VM inpassive state. Click Stop VM in the warning banner, or use the Power tab on the detail page. Wait for status to flip to passive before continuing.
2a. Compute Resources — change CPU and RAM
Not sure whether to resize? Check the Monitoring & metrics graphs first — sustained 80%+ CPU or memory pressure is the signal that a resize will actually help. In the Compute Resources sub-tab:- Pick a VM TIER — General Purpose or CPU-Optimized. You can switch tiers as part of the resize.
- Pick a new plan from the SELECT NEW PLAN grid. Your current plan is marked Current (green); your selection is highlighted Selected (orange).

2b. Storage — grow the disk
In the Storage sub-tab:- Drag the slider, or type a new size in the GB field — must be larger than the current size.
- The right side shows New Size in red until you pick a value above the current.

3. Proceed to checkout
Click Proceed to Checkout. The order summary shows the prorated charge.- Account balance covers it — click Activate Subscription. No card charge; balance is debited and the resize starts.
- Balance doesn’t cover it — the standard payment form appears (Google Pay, saved card, or new card), same as VM creation.

- Compute resize — the platform applies the new plan, then boots the VM. It returns to
activeon the same IP, with the new CPU/RAM. - Storage resize — the disk grows immediately. You may need to extend the partition and filesystem inside the OS — see the per-OS steps below.
Extending the filesystem after a disk resize
Storage resize grows the underlying disk, but the partition table and filesystem inside the guest don’t auto-extend. You’ll see the new GBs at the disk level (lsblk, Get-Disk) but only the original size at the filesystem level (df, Disk Management → free space) until you extend.
Linux — growpart + filesystem resize
After the VM reboots into the resized disk, SSH in and run:
growpart reports NOCHANGE: partition is already the size of the device, you’re done — sometimes the resize ran on first boot via cloud-init.
Windows — Disk Management
After the VM reboots, sign in and:- Open Disk Management — Right-click Start → Disk Management (or
diskmgmt.msc) - Refresh — Action menu → Refresh. The disk now shows the new size; the existing volume (typically
C:) is followed by Unallocated space - Right-click the existing volume (e.g.,
C:) → Extend Volume… - The Extend Volume Wizard opens — click Next, accept the default to use all available unallocated space, click Next, then Finish
- The volume now spans the full disk;
C:shows the new size in This PC
- The unallocated space isn’t immediately to the right of the volume you’re trying to extend (Windows can only extend into adjacent unallocated space). Move data off, delete the intermediate volume, then extend.
- MBR-partitioned disks have a 2 TiB limit — if you’re trying to grow past that, the disk needs to be GPT. Convert via
mbr2gpt.exefrom an elevated prompt (mbr2gpt /convert /allowFullOS) before extending.
Get-Volume or by opening This PC in Explorer.
Billing
Resize is settled against your subscription term:- Upsize — the prorated difference between the old and new plan is charged (or applied from your balance) for the remainder of the term.
- Downsize — the prorated difference is credited back to your account balance.
What’s preserved
- IP addresses — public and private IPs unchanged
- Disk contents — all data retained
- Attached resources — volumes, security groups, tags, snapshots, backups untouched
- Subscription term — same renewal date
Next steps
Plans & sizing
What’s bundled in each plan.
Pricing
Subscription billing and balance credits.