Uninstall Semaphore
This page explains how to uninstall Semaphore and delete all its data.
danger
If you uninstall Semaphore, you will lose access to all your projects, workflows, and logs. You cannot undo this action.
To uninstall Semaphore, follow these steps:
-
If required, SSH into the Semaphore server
-
Run the following command to uninstall Semaphore
Uninstall Semaphore control planehelm uninstall semaphore -
Remove the persistent volumes claims
Delete PVCskubectl delete pvc \
minio-artifacts-storage-minio-artifacts-0 \
minio-cache-storage-minio-cache-0 \
minio-logs-storage-minio-logs-0 \
postgres-storage-postgres-0 \
rabbitmq-storage-rabbitmq-0 \
redis-data-redis-0 -
Uninstall the agents in any self-hosted agents you were using