# Delete a Cluster

You can delete a cluster for Public and Private Node Pools with the **Kubernetes Manager** in [<mark style="color:blue;">DCD</mark>](https://docs.ionos.com/cloud/support/general-information/glossary-of-terms#data-center-designer-dcd).

{% hint style="info" %}
**Prerequisites:**

* Make sure you have the appropriate permissions and access to the chosen cluster.
* The chosen cluster should be **active**.
* Delete all the existing **node pools** associated with the chosen cluster.
  {% endhint %}

{% tabs %}
{% tab title="Public Node Pools" %}
To delete a cluster for Public Node Pools, follow these steps:

1. In the **DCD**, go to **Menu** > **Containers** > **Managed Kubernetes**.
2. Select a cluster you want to delete from the clusters list.
3. Click **Delete**.
4. Confirm your action by clicking **OK**.

![Deleting a cluster](/files/sxOP46lmwStGR0cZyczo)

{% hint style="success" %}
**Result:** The cluster is successfully deleted from your clusters list for Public Node Pools.
{% endhint %}
{% endtab %}

{% tab title="Private Node Pools" %}
To delete a cluster for Private Node Pools, follow these steps:

1. In the **DCD**, go to **Menu** > **Containers** > **Managed Kubernetes**.
2. Select a cluster you want to delete from the clusters list.
3. Click **Delete**.
4. Confirm your action by clicking **OK**.

![Deleting a cluster for Private Node Pools](/files/sxOP46lmwStGR0cZyczo)

{% hint style="success" %}
**Result:** The cluster is successfully deleted from your clusters list for Private Node Pools.
{% endhint %}
{% endtab %}
{% endtabs %}


---

# 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/containers/managed-kubernetes/how-tos/delete-a-cluster.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.
