---
title: Starting and stopping the server
description: Start and stop the server when installing the PingIntelligence machine learning service.
component: pingintelligence
version: 5.2
page_id: pingintelligence:installing_pingintelligence_for_apis:pingintelligence_machine_learning_service_start_stop
canonical_url: https://docs.pingidentity.com/pingintelligence/5.2/installing_pingintelligence_for_apis/pingintelligence_machine_learning_service_start_stop.html
revdate: April 3, 2024
section_ids:
  about-this-task: About this task
  steps: Steps
---

# Starting and stopping the server

Start and stop the server when installing the PingIntelligence machine learning service.

## About this task

To start and stop the server:

## Steps

* Start the server using the `start.sh` script:

  ```
  ./bin/start.sh
  Starting ML Service
  ML Service started successfully
  ```

  |   |                                                                              |
  | - | ---------------------------------------------------------------------------- |
  |   | You can view the logs in `/opt/pingidentity/ml_service/logs/ml_service.log`. |

* Stop the server using the `stop.sh` script:

  ```
  ./bin/stop.sh
  ```
