|
| 1 | +--- |
| 2 | +meta: |
| 3 | + title: How to resize Instances |
| 4 | + description: Learn how to adjust the size of your Instances from the Scaleway console to handle varying workloads effectively. |
| 5 | +content: |
| 6 | + h1: How to resize Instances |
| 7 | + paragraph: Learn how to adjust the size of your Instances from the Scaleway console to handle varying workloads effectively. |
| 8 | +tags: instance scaling vertically compute |
| 9 | +dates: |
| 10 | + validation: 2025-05-15 |
| 11 | + posted: 2025-05-15 |
| 12 | +categories: |
| 13 | + - compute |
| 14 | +--- |
| 15 | + |
| 16 | +You can adjust the size of your Scaleway Instances (also known as vertical scaling) to meet changing workload demands and optimize resource usage. |
| 17 | +Whether you need to scale up to handle increased traffic, scale down to reduce costs, or simply reconfigure your Instance to better align with your application’s requirements, vertical scaling lets you increase or decrease computational power without the hassle of destroying and recreating Instances. |
| 18 | +Scaleway’s flexible infrastructure allows you to modify CPU and RAM allocation, as well managing your Block Storage vomumes directly from the console, ensuring your resources always match your needs. |
| 19 | + |
| 20 | +Alternatively, you can also resize your Instance using the command-line by following the guide [Changing the commercial type of an Instance with the API or CLI](/instances/api-cli/migrating-instances/). |
| 21 | + |
| 22 | +<Macro id="requirements" /> |
| 23 | + |
| 24 | +- A Scaleway account logged into the [console](https://console.scaleway.com) |
| 25 | +- [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization |
| 26 | +- An [Instance](/instances/how-to/create-an-instance/) using Block Storage volumes |
| 27 | + |
| 28 | +1. Click **CPU Instances** in the **Compute** section of the side menu. The [Instances page](https://console.scaleway.com/instance/servers) displays. |
| 29 | +2. Click the Instance you want to resize. The **Overview** page for that Instance displays. |
| 30 | +3. Click **Change offer** in the **Instance information** section of the overview page. The change offer page displays. |
| 31 | + <Lightbox src="scaleway-instance-change-offer.webp" alt="Instance information of the Scaleway console highlighting the change offer link" size="medium" /> |
| 32 | +4. Select a new Instance configuration from the list of available offers. Recommended configurations will be highlighted. |
| 33 | +5. Review pricing and compare the monthly cost of the new configuration with your current offer. |
| 34 | +6. Click **Change offer type** to proceed. |
| 35 | + <Message type="note"> |
| 36 | + The Instance will reboot during the upgrade process, resulting in up to 5 minutes of downtime. |
| 37 | + </Message> |
| 38 | + |
| 39 | +<Message type="tip"> |
| 40 | + To increase storage capacity of your Instance, refer to the guide on [Increasing Block Storage volume size](/block-storage/how-to/increase-block-volume/). |
| 41 | +</Message> |
0 commit comments