release2 05‐Uninstall - Smart-Edge-Lab/SeQaM GitHub Wiki

Uninstalling the Central Components

1. Destroying the Central Collector

Ensure you are in the signoz/deploy folder that you cloned and uninstall SigNoz Cluster

docker compose -f docker/clickhouse-setup/docker-compose.yaml down -v

2. Destroying the Core Components

Ensure you are in the SeQaM folder that contains the folders you have copied after building.

Run the Destroy Script

docker compose down -v

Check Running Containers

docker ps

List Active Images

docker image ls

Delete Docker Images

docker rmi $(docker images | grep -E "seqam|edp" | awk '{print $3}')

Delete Configuration Folder

sudo rm -rf ~/.seqam_fh_dortmund_project_emulate

Remove SeQaM Folder

sudo rm -rf /path/to/<<SeQaM_folder>>

Uninstalling the Distributed & Network Components

Check Running Containers

docker ps

List Active Images

docker image ls

Delete Docker Images

docker rmi $(docker images | grep -E "seqam|edp" | awk '{print $3}')
⚠️ **GitHub.com Fallback** ⚠️