Remove / Delete Cluster
From the cluster list, click the ⋮ (three-dot) menu on any cluster card to access two actions: Remove and Delete.

Remove
Remove unregisters the cluster from the Cluster UI. The actual Kubernetes cluster and its workloads are left untouched.
- Click ⋮ on your cluster card.
- Click Remove.
- A confirmation modal opens. Optionally check any cleanup actions to run before removal:
- Remove FluxCD — uninstalls FluxCD from the cluster.
- Remove All Features — uninstalls all installed feature-sets from the cluster.
- Click Yes, Remove.

Delete
Delete permanently destroys the cluster and its underlying infrastructure. This action is irreversible.
- Click ⋮ on your cluster card.
- Click Delete.
- Confirm in the modal by clicking Yes, Delete.

Warning: Delete tears down the actual infrastructure. Use Remove if you only want to unregister the cluster from the UI.
Quick Reference
| Action | What happens | Cluster destroyed? |
|---|---|---|
| Remove | Unregisters cluster from Cluster UI | No |
| Delete | Destroys cluster + infrastructure | Yes |































