Last Updated: Apr 16, 2021
Perform the following steps to stop and start the jiffy application whenever there is maintenance activity in the jiffy core server or application upgrades etc.
To execute these as a non root user, add the prefix *sudo* to all the commands
Execute the mentioned commands to stop the Cogntive server:
Check the status of ML Container:
docker ps
docker-compose down
Execute the mentioned commands to start the Cogntive server:
Start ML Container:
docker-compose up -d
Check the status of ML Container:
docker ps