Uninstall Application Server
Uninstall Application Server
Removing docker containers
To remove all EasyRPA Docker containers from the system you need to switch to the EasyRPA installation directory and run docker-compose command:
$ docker-compose down
Removing data
To remove all EasyRPA data you should just delete installation and storage directory (check you settings.properties file for storage directory):
$ rm -R /opt/easyrpa $ rm -R /var/easyrpa