Skip to main content
Updated May 8, 2026 You can grow a volume any time you need more space — up to the 1000 GiB maximum. Resize is one-way: volumes can grow but cannot shrink. Pick conservatively if you’re unsure. Resize happens in two halves: increase the size in the dashboard, then expand the filesystem inside the VM so the OS sees the new space.

Before you start

  • The volume must be attached to a VMIncrease size is only available in the actions menu while the volume is attached.
  • The new size must be larger than the current size.
  • Have a way to run commands inside the VM (SSH or VNC for Linux; RDP for Windows).
  • For production volumes, take a snapshot before resizing — growpart and resize2fs are well-tested but a snapshot is cheap insurance.
Storage resize is one-way. You can grow a volume but you cannot shrink it.

1. Increase the size in the dashboard

In the Volumes list, open the volume’s row Actions menu and pick Increase size.
Volume row Actions menu while attached, showing Increase size and Take snapshot enabled
Enter the new size. The block device grows in seconds — the underlying disk is bigger, but the filesystem inside the VM still thinks it’s the old size until you tell it otherwise. Subscription billing adjusts immediately:
  • The prorated cost of the additional GiB is reserved against the current term and applied at the next billing settlement.
  • Your renewal date and term are unchanged — the existing subscription absorbs the increase.

2. Expand the filesystem inside the VM

The dashboard side only grew the block device. The OS still reports the old size until the partition (if any) and filesystem are extended.

Linux — partitioned volume

Linux — whole-device filesystem (no partition)

If you mkfs-ed the device directly with no partition table, skip growpart:

Windows

  1. Open Server Manager → Tools → Computer Management → Disk Management.
  2. Right-click the volume → Refresh if the new space isn’t visible yet.
  3. Right-click the volume → Extend Volume and walk the wizard.
The OS now reports the new size. Verify with df -h (Linux) or Computer Management → Disk Management (Windows).

What’s unaffected

When to resize vs add another volume

Pricing

Resize charges the prorated difference for the added GiB at the standard $0.05/GiB/month rate, applied to your account balance first then your saved card if needed. Settles at month-end on the 1st along with the rest of your subscription. See Billing model.

Next steps

Attach to a VM

Full mount and /etc/fstab flow.

Create a volume

Add a new volume instead of growing this one.

Volume types

Performance and persistence model.
Last modified on May 8, 2026