forked from wazuh/wazuh-docker
923 B
923 B
Uninstall
This section describes how to uninstall a Wazuh Docker deployment by stopping and removing the resources created.
Uninstalling single-node and multi-node deployments
-
Navigate to the deployment directory (
single-nodeormulti-node):cd <deployment-directory> -
Stop and remove the containers, persistent volumes and all stored data:
docker compose down -v -
Remove generated or downloaded files:
rm -rf wazuh-certificates/ config.yml wazuh-certs-tool.sh config/*/certs -
Verify that the deployment is removed:
docker ps
Wazuh agent deployment
-
Navigate to the agent deployment directory:
cd wazuh-agent -
Stop and remove the container:
docker compose down -
Verify that the deployment is removed:
docker ps