Restart
The Restart service restarts the EMS and only the EMS. It does not restart the device.
Inputs
This service does not take any inputs.
* 
The Restart service requires that you set the restart property in the config.json file of your EMS for any edge-side restart requests to work correctly. Otherwise, only requests from the ThingWorx Platform can restart the EMS. For more information, refer to Viewing All Configuration Options .
Outputs
This service returns an HTTP response only. If the operation was successful, it returns HTTP 200. Otherwise, it returns an HTTP error.
Here is an example of a REST call that restarts the EMS:

http://localhost:8000/Thingworx/Things/LocalEms/Services/Restart
Was this helpful?