> 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/databases/in-memory-db/how-tos/v2/delete-in-memory-db-cluster.md).

# Delete an In-Memory DB Cluster

You can delete an In-Memory DB cluster that is no longer required. Deletion is permanent and cannot be undone.

{% hint style="warning" %}
**Warning:** Deleting a cluster permanently removes all its data. Export any data you need before proceeding. Snapshots of the deleted cluster are retained according to the retention period configured for the cluster.
{% endhint %}

To delete an In-Memory DB cluster, follow these steps:

{% stepper %}
{% step %}

## Navigate to the cluster list

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

A list of all In-Memory DB clusters is displayed.

{% hint style="info" %}
**Note:** v1 clusters appear in the **Legacy Clusters** section below the main cluster list. The steps below apply to both v2 clusters and legacy clusters.
{% endhint %}
{% endstep %}

{% step %}

## Delete the cluster

Click ![Options menu](/files/zMw81MF9KCPxOHBMLSog) in the **OPTIONS** column of the cluster you want to delete, then select **Delete**.

![Delete an In-Memory DB cluster](/files/IhAiSCzvXxiFZbelgspy)

Alternatively, select the cluster by clicking its name or by selecting **View details** in the **OPTIONS** column, then select **Delete** on the **Cluster details** page.

![Delete from cluster details](/files/MVWHbclLVUVYvLoQkNy9)
{% endstep %}

{% step %}

## Confirm deletion

In the confirmation dialog, select **Delete** to confirm.

{% hint style="success" %}
**Result:** The **STATE** of the cluster is set to **Destroying** while deletion is in progress. Once complete, the cluster is permanently removed from the list.
{% endhint %}
{% endstep %}
{% endstepper %}

## Next steps

* [<mark style="color:blue;">Create an In-Memory DB Cluster</mark>](/cloud/databases/in-memory-db/how-tos/v2/create-in-memory-db-cluster.md): Set up a new In-Memory DB cluster.
* [<mark style="color:blue;">View In-Memory DB Clusters</mark>](/cloud/databases/in-memory-db/how-tos/v2/view-in-memory-db-clusters.md): View the list of your remaining clusters.


---

# 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/databases/in-memory-db/how-tos/v2/delete-in-memory-db-cluster.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.
