Last Updated: May 27, 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 Invoice ML Container
docker ps
Stop Invoice ML Container
- docker stop <invoiceml container id>
- docker stop <nginx container>
Execute the mentioned commands to start the Cogntive server:
Start Invoice ML
- docker start <invoiceml container id>
- docker start <nginx container>
Check the status of Invoice ML Container
docker ps