Stopping an application
Stop an application from Watson Machine Learning Accelerator.
You can only stop applications that are in one of the following states: submitted,
launching, running, waiting or pending. Learn more about application states, see Application types and states.
- Stop an application by running the following
command:
python3 dlicmd.py --app-stop <application_name>where <application_name> is the name of the application. - Stop all activate applications by running the following command
line:
python3 dlicmd.py --app-stop-all
The application has stopped. The status of the application is now set to
Killed.