# View the list of In-Memory DB Clusters

After cluster creation, you can view the list of In-Memory DB clusters, delete them if they are no longer required, or restore a specific cluster backup, if needed.

If you have already defined clusters, the **In-Memory DB cluster overview** window displays the resources allotted to your contract and the number of used and unused resources.

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

* In the **DCD**, 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 ![Options menu](/files/zMw81MF9KCPxOHBMLSog) to perform the following:
  * **View details:** Select this option to view the [<mark style="color:blue;">details</mark>](#view-individual-cluster-details-and-restore-a-backup) of the respective cluster.
  * **Delete:** Select this option to delete the corresponding cluster. In the confirmation dialog box, select **Delete** to confirm deletion. For more information, see [<mark style="color:blue;">Delete an In-Memory DB Cluster</mark>](/cloud/databases/in-memory-db/dcd-how-tos/delete-in-memory-db-cluster.md).
    {% endhint %}

![List of Clusters](/files/0wFjyzahR1jOQedr1vif)

## View individual Cluster details and restore a Backup

To view the details of each cluster in the **Details** window:

1\. In the **DCD**, go to **Menu** > **Databases** > **In-Memory DB**.

2\. You can navigate to the **Details** window using either of these options:

* Select the name of the cluster.
* Using the **View details** option from the **OPTIONS** column.

![View details option](/files/OHp6W7xyHEt7aht8RP3w)

3\. You can view the following:

* **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.
* **Instance configuration:** Displays the number of CPU cores utilized and the RAM size used.
* **Maintenance:** Displays the stipulated day of the week and the time scheduled for the maintenance window.
* **Estimated price:** Displays the cost for the resources used.

![View Cluster details](/files/oCZaySkv23WVLzrRdXLJ)

* **Backups:** Click to display the number of In-Memory DB backups available for restoration. Select **Restore** to restore a specific backup.
* Select **Restore** in the confirmation dialog box.

![Restore a Cluster from the Backup](/files/mwpJ74PoStYkmfuyUuPw)

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

{% hint style="info" %}
**Note:** Select **Delete cluster** to delete the respective cluster. In the confirmation dialog box, select **Delete** to confirm deletion. For more information, see [<mark style="color:blue;">Delete an In-Memory DB Cluster</mark>](/cloud/databases/in-memory-db/dcd-how-tos/delete-in-memory-db-cluster.md).
{% 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.ionos.com/cloud/databases/in-memory-db/dcd-how-tos/view-in-memory-db-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.
