Starting and stopping the REST API Server
The Helix ALM REST API Server is a service that starts automatically.
If the server is not running or you need to restart it.
Windows
See the Windows help for information about starting and stopping services.
Linux
Start the server
To start the server, from a command prompt, enter:
sudo systemctl start helixalmrestapi
If that command does not work, enter:
/usr/bin/helixalmrestapi start
Stop the server
To stop the server, enter:
sudo systemctl stop helixalmrestapi
If that command does not work, enter:
/usr/bin/helixalmrestapi stop