Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 446 Bytes

uninstalling-artemis.rst

File metadata and controls

17 lines (11 loc) · 446 Bytes

Uninstalling Artemis

To fully uninstall Artemis, use:

docker compose -f docker-compose.yaml down --rmi local --volumes

or, if you decided to run the extra modules as well:

docker compose \
 -f docker-compose.yaml \
 -f Artemis-modules-extra/docker-compose.yml \
 down --rmi local --volumes

Remember, that this will remove all information about Artemis pending tasks and results.