# Suspend & Resume Clusters

Clusters can be suspended when they are not in use to save infrastructure costs and resumed when they are needed again.

{% hint style="info" %}
In some cases, not all executors will come online immediately when a cluster is resumed due to infrastructure availability limitations. The remaining executors will become active as soon as resources are available.

Users will still be able to run queries using a partially active cluster.
{% endhint %}

## Suspend Clusters

Clusters can be suspended in two ways:

* [Manually via the Cluster dashboard](#suspend-clusters-manually)
* [Automatically using Auto Suspension](#set-up-auto-suspension)

### Suspend Clusters Manually

1. Navigate to **Clusters**
2. Click the pause button next to the cluster to be suspended.

{% embed url="<https://www.loom.com/share/b2d05da6ec174ee2a8b4554dfb7b5ef6?sid=11e4016c-37a2-4b00-b15b-38127a2e0e24>" %}
Cluster Suspension Process
{% endembed %}

### Set up Auto Suspension

If Auto Suspension is configured in a cluster it will be suspended when it is not used for a defined period of time.

Refer to the [Auto Suspension](/product-documentation/clusters/auto-suspension.md) documentation for instructions.

## Resume Clusters

Clusters can be resumed in two ways:

* [Manually via the Cluster dashboard](#resume-clusters-manually)
* [Via the Query Editor](#resume-clusters-via-the-query-editor)

### Resume Clusters Manually

* Navigate to **Clusters**
* Click the play button next to the cluster to be resumed.

{% embed url="<https://www.loom.com/share/c95c7d1ba0ca4defa6449bec6b7f721c?sid=720bbbff-4b97-4b78-aca1-91f646d0ce31>" %}
Cluster Resume Process
{% endembed %}

### Resume Clusters via the Query Editor

If a user tries to run a query using a suspended cluster via the Query Editor, they will be prompted for consent to resume the cluster.

{% hint style="info" %}
The "Refresh List" button will update the statuses of the clusters.
{% endhint %}


---

# 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.e6data.com/product-documentation/clusters/suspend-and-resume-clusters.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.
