> ## Documentation Index
> Fetch the complete documentation index at: https://docs.plerion.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Uninstall

> Remove Plerion's collector manager from your Kubernetes cluster.

<Warning>
  Deleting the Helm release does not remove the Kubernetes integration from the Plerion Control Plane.
</Warning>

If you remove the Kubernetes integration from the Plerion Control Plane, you must also delete the collector manager from your Kubernetes cluster.

## Steps to uninstall

<Steps>
  <Step title="Delete the Helm release">
    Run the following command to uninstall the collector manager:

    ```shell theme={"system"}
    helm delete plerion-collector-manager --namespace plerion-system
    ```

    **Example output:**

    ```
    release "plerion-collector-manager" uninstalled
    ```
  </Step>

  <Step title="Reinstall if needed">
    If you plan to install the collector manager again, follow the [installation guide](/guides/integrations/kubernetes/collector-manager/installation/installation).
  </Step>
</Steps>
