Search

Cognitive Server

Articles

Perform the following steps to stop and start the Cognitive Server whenever there is maintenance activity or application upgrades.

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 Cognitive server:

  1. Check the status of Invoice ML Container.
  2. docker ps

    Image description
  3. Stop Invoice ML Container.
    • cd /opt/jiffy/ml
    • docker-compose down

    Image description

Start Cognitive Server

Execute the mentioned commands to start the Cognitive server:

  1. Start Invoice ML.
  2. docker-composr up -d

    Image description
  3. Check the status of the Invoice ML Container.
  4. docker ps

    Image description
Did you find what you were looking for?