> For the complete documentation index, see [llms.txt](https://docs.ionos.com/cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ionos.com/cloud/~/revisions/AMiYziCllTKB2y2lmONY/databases/in-memory-db/dcd-how-tos/view-in-memory-db-clusters.md).

# View the list of In-Memory DB Clusters

After creation, you can view the list of In-Memory DB clusters and delete them if they are no longer required. Additionally, you could also restore cluster backups, if needed.

To view a list of the clusters, follow these steps:

1. Log in to the DCD with your username and password.
2. Go to **Menu** > **Databases** > **In-Memory DB**.

{% hint style="success" %}
**Result:** A list of all In-Memory DB clusters is displayed. You will see the following details:

* **NAME:** Displays the name of the cluster.
  * **STATE:** Displays the state of the respective In-Memory DB cluster.
    * **BUSY:** When the cluster is in the creation mode or it is being updated.
    * **AVAILABLE:** When the cluster is available and healthy.
    * **DESTROYING:** When the cluster is being deleted.
    * **FAILED:** An error occurred.
  * **LOCATION:** Displays the location where the In-Memory DB cluster is located.
  * **INSTANCES:** Displays the number of nodes.
  * **VERSION:** The version is set to 10.6 by default.
  * **OPTIONS:** Select ![](https://1737632334-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MifAzdGvKLDTtvJP8sm%2Fuploads%2Fgit-blob-8ac52cf84c92762814f40db987417e85e7a95a46%2Fmariadb-option.png?alt=media) to perform the following:
    * **Details:** Select **Details:** to view the details of the respective cluster.
    * **Delete:** Select **Delete** to delete the corresponding cluster. In the dialog box that appears, select **Delete** to confirm deletion. For more information, see [<mark style="color:blue;">Delete an In-Memory DB Cluster</mark>](/cloud/~/revisions/AMiYziCllTKB2y2lmONY/databases/in-memory-db/dcd-how-tos/delete-in-memory-db-cluster.md).
      {% endhint %}

## View individual cluster details

You can view the details of each cluster in the **Details** window:

* **Properties:** Displays the cluster's UUID, DNS name, its version, state, the number of instances created, and the data center location where it is located.
* **Resources:** Displays the number of CPUs utilized and the RAM size used.
* **Maintenance period:** Displays the stipulated day of the week and the time scheduled for the maintenance window.
* **Estimated costs:** Displays the cost for the resources used.
* **Backups:** Displays the number of In-Memory DB backups available for restoration. Select **Restore** to restore a specific backup.
  * Select **Restore** in the confirmation dialog box.

{% hint style="success" %}
**Result:** The backup is restored.
{% endhint %}

{% hint style="info" %}
**Note:** Select **Delete cluster** to delete the respective cluster.
{% endhint %}


---

# 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.ionos.com/cloud/~/revisions/AMiYziCllTKB2y2lmONY/databases/in-memory-db/dcd-how-tos/view-in-memory-db-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.
