# What is the difference between pausing and suspending an instance?

Let's learn the difference between pausing and suspending an instance and how you can use them.

* **Pause:** The current state of the instance in RAM remains saved in the present condition.
* **Suspend:** The instance's data remains saved, and RAM will be cleared.

To use these functionalities, follow the steps below:

**Step 1:** [Login](https://customer.acecloud.ai/app/login) to your account.

**Step 2**: From the left navigation menu, select **Compute** and then select **Instances**.

<figure><img src="/files/uvHKh8X4WHGTrA1eaA7V" alt=""><figcaption></figcaption></figure>

**Step 3:** Select the **Instance** from the list and click on the **drop-down**.

<figure><img src="/files/LtbTi8QxtTGC6ByMxj7c" alt=""><figcaption></figcaption></figure>

**Step 4:** Choose **Pause Instance** or **Suspend Instance** according to your requirements.

<figure><img src="/files/g7Z7vdbSGS59EetcVgk7" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: 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:

```
GET https://docs.acecloud.ai/knowledge-base/compute/what-is-the-difference-between-pausing-and-suspending-an-instance.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
