Skip to main content

Destroying a Cluster

Pre-requisites

Before destroying a cluster, ensure the following:

  • No active environments: All environments deployed on the cluster must be deleted first. Atmosly will block cluster destruction if active environments exist.
  • Review dependent resources: Any user-managed node groups, add-ons, and Helm chart deployments will be destroyed along with the cluster.

Destroy Workflow

Atmosly-Provisioned Clusters

  1. Navigate to the Cluster List page.
  2. Click the three dots (...) next to the cluster you want to destroy.
  3. Click Destroy.
  4. Confirm the destruction.

The destruction process follows these steps:

  1. Add-on removal
  2. Node group deletion
  3. Infrastructure teardown
  4. Resource cleanup and verification
  5. Final status: Destroyed

Imported Clusters

For clusters imported via cloud account or token:

  1. Atmosly removes the health monitoring application (Argo application).
  2. Checks for active environments (must be deleted first).
  3. For AWS/GCP imported clusters: cleans up any Atmosly-deployed add-ons and resources.
  4. Removes the cluster record from Atmosly.
info

Destroying an imported cluster in Atmosly does not destroy the actual cluster in your cloud account. It only removes it from Atmosly management.


Destroy Status

StatusDescription
DestroyingCluster and its resources are being removed
DestroyedCluster has been successfully removed
Destroy FailedCluster destruction failed — review the logs for details

Monitoring Destruction

You can review the deletion logs while the cluster is being destroyed. Navigate to the cluster's Logs section to track the progress of resource cleanup.


Hard Delete

After a cluster reaches Destroyed status, a hard delete option is available to permanently remove the cluster record from Atmosly. This is useful for cleaning up destroyed clusters from your cluster list.

danger

Cluster destruction is irreversible. All user-managed node groups, add-ons, and associated data will be permanently lost.