Uninstalling Control tower

    Procedure
  1. You need to run the uninstall script from the command line or powershell on the same machine where Control Tower is installed.

  2. Run the below uninstall script:

    • For Linux:

      sudo ./uninstall.sh --dataplane-id {dataplane-id}
    • For Windows:

      ./uninstall.ps1 --dataplane-id {dataplane-id}
    Note: The uninstall script is the part of the control-tower-linux.zip/control-tower-windows.zip file that is downloaded while registering the non-kubernetes data plane.