Set reload flag
POST/system/services/active/:system_services_id/reload
JSON-RPC
system.services.active.mark_reload
The method sets reload flag on the service. It will be processed by
the "Tasks Scheduler" system service within the next run (typically
within 1 minute). As a result SIGHUP
signal will be sent to the process.
Request​
Responses​
- 200
- 400
- 401
- 404
- 422
- 500
Number of the affected rows.
The request contains invalid arguments or is malformed
Access is not authorized
Requested object was not found
A logical error occurred, making the request unprocessable
An unexpected error occurred