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 ML Container:

docker ps

Image description

Step 2

Stop ML Container:

docker-compose down

  • Image description

    Start Cognitive Server

    Execute the mentioned commands to start the Cogntive server:

    Step 1

    Start ML Container:

    docker-compose up -d

    Image description

    Step 2

    Check the status of ML Container:

    docker ps

    Image description

    Did you find what you were looking for?