> For the complete documentation index, see [llms.txt](https://docs.cloudeka.id/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cloudeka.id/deka_flexi/deka_flexi_compute/details-instance/resize-instance.md).

# Resize Instance

You can change the existing machine type if it doesn't suit the workload you are running on the VM. You can change the VM machine type to match the amount of vCPU and memory as your workload changes.

<figure><img src="https://putri.box.cloudeka.id/cloudeka-assets/static/images/2computeinstance/2.71%20Instance%20Page.png" alt=""><figcaption><p>Instance Page</p></figcaption></figure>

* In the **Action** column, click **More**, then select **Resize Instance**.

<figure><img src="https://putri.box.cloudeka.id/cloudeka-assets/static/images/2computeinstance/2.72%20Instance%20Page%20-%20Resize%20Instance.png" alt=""><figcaption><p>Instance Page - Resize Instance</p></figcaption></figure>

* Select the [machine type](/deka_flexi/deka_flexi_compute/machine_type.md) and adjust the cpu and memory as needed, then click the Resize button.

<table data-header-hidden><thead><tr><th width="204.33333333333331"></th><th width="184"></th><th></th></tr></thead><tbody><tr><td><strong>Type</strong></td><td><strong>Description</strong></td><td><strong>vCPU/RAM</strong></td></tr><tr><td><strong>Shared</strong></td><td>Based on 1 vCPU</td><td>1 vCPU/1GB, 1 vCPU/3GB,1 vCPU/4GB</td></tr><tr><td><strong>General</strong></td><td>CPU:RAM eq 1:2,1:3</td><td>2vCPU/4GB, 2vCPU/6GB, 4vCPU/8GB, 4vCPU/12GB, 8vCPU/16GB, 8vCPU/24GB, 16vCPU/32GB, 16vCPU/48GB, 32vCPU/64GB, 32vCPU/96GB</td></tr><tr><td><strong>Compute Optimized</strong></td><td>CPU:RAM eq 1:1</td><td>2vCPU/2GB, 4vCPU/4GB, 8vCPU/8GB, 16vCPU/16GB, 32vCPU/32GB</td></tr><tr><td><strong>Memory Optimized</strong></td><td>CPU:RAM eq 1:4</td><td>2vCPU/8GB, 2vCPU/16GB, 4vCPU/16GB, 4vCPU/32GB, 8vCPU/32GB, 16vCPU/64GB, 32vCPU/128GB</td></tr></tbody></table>

<figure><img src="https://putri.box.cloudeka.id/cloudeka-assets/static/images/2computeinstance/2.73%20Resize%20Instance%20Page.png" alt=""><figcaption><p>Resize Instance Page</p></figcaption></figure>

<figure><img src="https://putri.box.cloudeka.id/cloudeka-assets/static/images/2computeinstance/2.74%20Resize%20Instance%20Page.png" alt=""><figcaption><p>Resize Instance Page</p></figcaption></figure>

* If the data has been successfully changed, there will be a notification **"Instance flavor has been successfully changed"**.

<figure><img src="https://putri.box.cloudeka.id/cloudeka-assets/static/images/2computeinstance/2.75%20Resize%20Instance%20-%20Successful%20Notification.png" alt=""><figcaption><p>Resize Instance - Successful Notification</p></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.cloudeka.id/deka_flexi/deka_flexi_compute/details-instance/resize-instance.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
