---
title: How to delete a Kubernetes Kapsule cluster
description: This page explains how to delete a Scaleway Kubernetes Kapsule cluster
tags: kubernetes kapsule-cluster kapsule
dates:
  validation: 2025-09-09
  posted: 2021-05-31
---
import Requirements from '@macros/iam/requirements.mdx'


<Requirements />

- A Scaleway account logged into the [console](https://console.scaleway.com)
- [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization
- Created a [Kubernetes Kapsule cluster](/kubernetes/how-to/create-cluster/)

To refine the instructions for clarity and completeness:

1. Access the **Containers** section from the sidebar menu within the [Scaleway console](https://console.scaleway.com), then select **Kubernetes**. The Kubernetes Kapsule dashboard displays.
2. From the drop-down menu, select the geographical region you want to manage.
3. Locate the cluster you intend to delete, and click the <Icon name="more" /> icon next to it. From the drop-down menu, select **Delete**. This will prompt a pop-up for cluster deletion.
4. In the deletion pop-up, input **DELETE** to confirm the deletion of your cluster. Ensure to check the box to automatically remove all volumes (including those labeled with volume type “retain”) and Load Balancers whose names commence with the cluster ID. Once confirmed, proceed by clicking **Delete cluster**.
   <Message type="important">
     Note: Deleting your cluster will irreversibly remove the cluster along with all associated pools and instances.
   </Message>

Upon completion, your cluster and its associated resources will be permanently removed. You can recreate a new cluster at any time.


