> For the complete documentation index, see [llms.txt](https://developer.harness.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.harness.io/continuous-delivery/troubleshooting-and-resources/armory/general/uninstalling-armory-spinnaker.md).

# Uninstalling Armory Spinnaker

### Introduction <a href="#introduction" id="introduction"></a>

The following information explains how uninstall Armory Spinnaker from an environment.

### Prerequisites <a href="#prerequisites" id="prerequisites"></a>

Administration access

### Instructions <a href="#instructions" id="instructions"></a>

**Uninstall Armory Spinnaker installed using Armory Operator** All Armory Spinnaker components are installed inside the namespace specified by the user during installation. To uninstall Armory Spinnaker, simply delete the namespace using the following commands:

`kubectl -n delete spinnakerservice spinnaker`

More information in the link below: <https://docs.armory.io/docs/installation/armory-operator/op-manage-spinnaker/#delete-armory-enterprise> Please note that resources deployed with Armory Spinnaker may continue to remain even after removal. Admins should seek to remove all pipelines and resources, or transfer their management before removing Spinnaker. **Uninstall Armory Spinnaker installed using Halyard** If Halyard was installed on Linux/MacOS, run the following commands:

`hal deploy clean`

`sudo ~/.hal/uninstall.sh`

If Halyard was installed using Docker, simple delete the running halyard Docker container using the following commands:

`docker rm halyard`

More information in the link below: <https://spinnaker.io/docs/setup/install/halyard/#uninstall-halyard-from-debianubuntu-or-macos> <https://spinnaker.io/docs/setup/install/halyard/#uninstall-halyard-from-docker> Please note that resources deployed with Armory Spinnaker may continue to remain even after removal. Admins should seek to remove all pipelines and resources, or transfer their management before removing Spinnaker.
