To uninstall Machine Learning Server,
remove the installation directory and the Docker images.
Procedure
- From a command window, go to the directory where Machine Learning Server is installed.
cd ba-ml-server-install-dir
- Stop Machine Learning Server by using the
following command:
- Delete the docker images in the local docker registry.
docker-compose rm --force --stop
- Go up one level in the directory structure and remove the entire installation
directory.
cd ..
rm -rf ba-ml-server-install-dir
This topic only applies to BAW, and is located in the BAW repository. Last updated on 2025-03-13 12:15