Skitflow

Uninstall

Learn how to uninstall Skitflow on your server

Follow these steps to completely remove Skitflow and its components from your server.

Remove the docker swarm services created by Skitflow:

docker service rm skitflow skitflow-traefik skitflow-postgres skitflow-redis

Remove the docker volumes created by Skitflow:

docker volume rm -f skitflow-postgres-database redis-data-volume

Remove the docker network created by Skitflow:

docker network rm -f skitflow-network

Remove the skitflow files and directories from your server:

sudo rm -rf /etc/skitflow