Uninstalling Control tower
- Procedure
-
You need to run the uninstall script from the command line or powershell on the same machine where Control Tower is installed.
-
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 thecontrol-tower-linux.zip/control-tower-windows.zipfile that is downloaded while registering the non-kubernetes data plane. -