API Management

Stopping the API service

To stop the Cambrionix Recorder API service, the process varies slightly depending on your operating system. Below are detailed instructions for Windows, macOS and Linux users.

Windows

If you wish to stop the Cambrionix Recorder API service on a Windows machine, you can easily do so through the Task Manager:

  1. Open Task Manager:

    Right-click on the Taskbar and select Task Manager, or press Ctrl + Shift + Esc to open it directly.

  2. Navigate to Services:

    In Task Manager, click on the Services tab to view all the services running on your system.

  3. Locate the 'CambrionixRecorderAPI'Service:

    Scroll through the list of services until you find 'CambrionixRecorderAPI'.

  4. Stop the Service:

    Right-click on the 'CambrionixRecorderAPI'service and select Stop from the context menu. This will immediately stop the service, halting all Cambrionix Recorder API related functionality until the service is restarted.

Linux

For Linux, the Cambrionix Recorder API service can be stopped from the command line. Most modern Linux distributions, such as Ubuntu, Fedora, and Debian, use systemd for service management.

To stop the service, use the following command:

sudo systemctl stop CambrionixRecorderAPI
macOS

On macOS, services like the Cambrionix Recorder API are managed by launchd, which handles system-wide and user-level services.

To stop the Cambrionix Recorder API service, use the following command:

sudo /usr/bin/CambrionixRecorderAPI--remove

Starting the API Service

To start the Cambrionix Recorder API service, the process will vary depending on your operating system. Below are the instructions for Windows, Linux, and macOS users.

Windows

To start the Cambrionix Recorder API service on a Windows machine, follow these steps:

  1. Open Task Manager:

    Right-click on the Taskbar and select Task Manager, or press Ctrl + Shift + Esc to open it directly.

  2. Navigate to Services:

    In Task Manager, click on the Services tab to view all the services running on your system.

  3. Locate the 'CambrionixRecorderAPI'Service:

    Scroll through the list of services until you find 'CambrionixRecorderAPI'.

  4. Start the Service:

    Right-click on the 'CambrionixRecorderAPI'service and select Start from the context menu. This will immediately start the service, enabling the API to handle requests again.

Linux

For Linux, where the Cambrionix Recorder API service is managed by systemd, you can start the service using the following command:

sudo systemctl start CambrionixRecorderAPI

To check that the service is running, you can use:

sudo systemctl status CambrionixRecorderAPI
macOS

On macOS, the Cambrionix Recorder API service is managed by launchd. To start the service, use the following command:

sudo /usr/bin/CambrionixRecorderAPI--install

To check if the service is running, you can run:

sudo launchctl list | grep cambrionix