---
title: "Remove a cluster from Calico Cloud Free Tier"
description: "Disconnect a Kubernetes cluster from Calico Cloud Free Tier and remove the Calico Cloud components it installed."
product: "Calico Cloud"
version: "v23.0.1"
section: "Calico Cloud Free Tier"
canonical_url: "https://docs.tigera.io/calico-cloud/free/disconnect-cluster-free"
---

# Remove a cluster from Calico Cloud Free Tier

You can disconnect and remove your cluster from Calico Cloud Free Tier in minutes. When you remove your cluster, you will no longer be able to view or manage it from the Calico Cloud web console. All log data will be permanently deleted within 24 hours.

## Prerequisites

- You have a cluster that is connected to Calico Cloud Free Tier.
- You are signed in to the Calico Cloud web console.
- You have `kubectl` access to the connected Kubernetes cluster.

## Remove a cluster from Calico Cloud Free Tier

1. Disconnect your cluster from Calico Cloud Free Tier by deleting the three resources you created to connect your cluster:

   ```bash
   kubectl delete managementclusterconnection tigera-secure
   kubectl delete secret -n tigera-operator tigera-managed-cluster-connection
   kubectl delete secret -n tigera-operator tigera-voltron-linseed-certs-public
   ```

   Sample output

   ```bash
   managementclusterconnection.operator.tigera.io "tigera-secure" deleted
   secret "tigera-managed-cluster-connection" deleted
   secret "tigera-voltron-linseed-certs-public" deleted
   ```

   On the **Managed Clusters** page, your cluster's connection status will change to **Disconnected**.

2. To remove your cluster from Calico Cloud, click **Actions > Delete**.

3. If you made changes to your network policies or firewall to allow egress traffic to Calico Cloud, you may want to revert those changes.

## Next steps

- [Connect a cluster to Calico Cloud Free Tier](https://docs.tigera.io/calico-cloud/free/connect-cluster-free.md)
