> For the complete documentation index, see [llms.txt](https://upsolver.gitbook.io/content/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://upsolver.gitbook.io/content/reference-1/sql-commands/clusters.md).

# Clusters

Clusters describe the physical resources upon which Upsolver runs. In Upsolver, you can create compute and query clusters.

## Cluster commands

* [CREATE CLUSTER](/content/reference-1/sql-commands/clusters/create-cluster.md)
* [ALTER CLUSTER](/content/reference-1/sql-commands/clusters/alter-cluster.md)
* [ROLL CLUSTER](/content/reference-1/sql-commands/clusters/roll-cluster.md)
* [STOP/START CLUSTER](/content/reference-1/sql-commands/clusters/stop-start-cluster.md)
* [DROP CLUSTER](/content/reference-1/sql-commands/clusters/drop-cluster.md)

## Cluster statuses

A cluster can be in one of the following statues:

<table><thead><tr><th width="182">Status</th><th>Description</th></tr></thead><tbody><tr><td>Running</td><td>The cluster is running without issues.</td></tr><tr><td>Stopped</td><td>The cluster has been stopped. All entities configured to run on the cluster are impacted. Note that pausing the cluster for a period longer than the source retention period can lead to data loss.</td></tr><tr><td>Warnings</td><td><p>You will see a warning if your cluster meets one of the following conditions: </p><ul><li>The cluster’s utilization percent is above 70%.</li><li>The cluster crashed at least once within the last 12 hours.</li><li>The percentage of reload from disk is greater than 30%.</li></ul></td></tr><tr><td>Critical</td><td><p></p><p>You will see a critical warning if your cluster meets one of the following conditions: </p><ul><li>The cluster’s utilization percent is above 90%.</li><li>The cluster crashed more than 3 times within the last half an hour.</li><li>The percentage of reload from disk is greater than 200%.</li><li>The cluster’s memory load index (%garbage collection) is over 10%.</li></ul></td></tr></tbody></table>


---

# 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://upsolver.gitbook.io/content/reference-1/sql-commands/clusters.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.
