Search

Cognitive Server

Articles

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

Stop Cognitive Server

Execute the mentioned commands to stop the Cogntive server:

Step 1

Check the status of Invoice ML Container

docker ps

Image description

Step 2

Stop Invoice ML Container

  • docker stop <invoiceml container id>
  • docker stop <nginx container>

Image description


Start Cognitive Server

Execute the mentioned commands to start the Cogntive server:

Step 1

Start Invoice ML

  • docker start <invoiceml container id>
  • docker start <nginx container>

Image description

Step 2

Check the status of Invoice ML Container

docker ps

Image description

Did you find what you were looking for?