# Delete a Node Pool

You can delete 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).

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

1. Select a cluster from the list and go to the **Node pools in Cluster** tab.
2. Select a node pool from the list you want to delete.
3. Select **Delete**.

![Deleting a node pool modal](/files/8w14XElWKG5Fs9YzGCeH)

{% hint style="success" %}
**Result:** Managed Kubernetes will remove the resources from the target data center and the node pool is successfully deleted.
{% endhint %}
{% endtab %}

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

1. Select a cluster from the list and go to the **Node pools in Cluster** tab.
2. Select a node pool from the list you want to delete.
3. Select **Delete**.

![Deleting a node pool modal](/files/X6HmREA0JRPK1mmlcK9m)

{% hint style="success" %}
**Result:** Managed Kubernetes will remove the resources from the target data center and the node pool is successfully deleted.
{% endhint %}
{% endtab %}
{% endtabs %}

{% hint style="info" %}
**Note:** Avoid accessing the target data center while Managed Kubernetes is provisioning nodes, as concurrent manual interaction can cause undesirable results.
{% 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/containers/managed-kubernetes/how-tos/delete-node-pool.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.
