Uninstalling IBM® Business Automation Machine Learning Server

Draft comment:
This topic only applies to BAW, and is located in the BAW repository. Last updated on 2025-03-13 12:15
To uninstall Machine Learning Server, remove the installation directory and the Docker images.

Procedure

  1. From a command window, go to the directory where Machine Learning Server is installed.
    cd ba-ml-server-install-dir
  2. Stop Machine Learning Server by using the following command:
    ./bin/ba-ml-server-stop
  3. Delete the docker images in the local docker registry.
    docker-compose rm --force --stop
  4. Go up one level in the directory structure and remove the entire installation directory.
    cd ..
    rm -rf ba-ml-server-install-dir