Overview
Resizing an instance changes its — adjusting the vCPU, RAM, and disk allocation profile. The resize operation stops the instance, moves it to a host that satisfies the new flavor requirements if necessary, and restarts it. After the resize completes, a confirmation window allows you to accept or revert to the original flavor.Prerequisites
- An instance in
ACTIVEorSHUTOFFstatus - A target flavor with a root disk size ≥ the current root disk (downsizing disk is not permitted)
memberoradminrole in the project- CLI users: Xloud CLI configured and credentials sourced
Resize Workflow
The resize process follows three phases:| Phase | Instance Status | Action Required |
|---|---|---|
| Resize initiated | RESIZE | Automatic — no action required |
| Awaiting confirmation | VERIFY_RESIZE | Confirm or revert within the window |
| Confirmed | ACTIVE | Instance running on new flavor |
The confirmation window defaults to 24 hours. If you neither confirm nor revert within
this period, the resize is automatically confirmed. Contact your administrator to adjust
the confirmation window duration.
Resize an Instance
- Dashboard
- CLI
Open the resize dialog
Navigate to Project → Compute → Instances. In the instance row, open the
Actions dropdown and select Resize Instance.
Select a new flavor
In the Resize Instance dialog, select the target flavor from the list.
Click Resize to initiate the operation.
Flavors with a root disk smaller than the current instance’s root disk are
unavailable (greyed out). You cannot reduce root disk size during a resize.
| Column | Description |
|---|---|
| VCPUs | New virtual CPU allocation |
| RAM | New memory allocation |
| Root Disk | Root disk size (must be ≥ current) |
| Ephemeral Disk | Temporary scratch disk |
Wait for VERIFY_RESIZE status
The instance transitions through
RESIZE → VERIFY_RESIZE. This typically
completes within 1–5 minutes depending on whether a live migration is required.Confirm or revert the resize
Once the instance reaches Verify Resize status:
- Click Confirm Resize in the Actions dropdown to finalize the new flavor.
- Click Revert Resize to return to the original flavor.
After confirming, instance status returns to Active with the new flavor
applied. Verify the new flavor in the instance detail page.
Downsize Considerations
Downsizing an instance (reducing vCPU or RAM) is supported provided the root disk size constraint is met. Consider the following before reducing resources:| Consideration | Detail |
|---|---|
| Root disk | Target flavor root disk must be ≥ current root disk size |
| Running processes | Applications may crash or degrade if memory falls below their working set |
| OS limits | Some OS configurations reserve a minimum amount of RAM — verify before downsizing |
| Application testing | Test workload behavior on the target flavor in a non-production environment first |
Next Steps
Live vCPU/RAM Scaling
Scale vCPU and RAM on a running instance with no reboot or downtime
Reboot an Instance
Perform a soft or hard reboot without changing the instance flavor
Launch an Instance
Select the right flavor from the start to minimize future resize operations
Rescue an Instance
Recover from boot failures or lost access after a resize