Run service
POST/system/services/:id/run
JSON-RPC
system.services.run
The method sets queue_run flag on the service. It will be processed by the Tasks Scheduler on the next run (within 1 minute).
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