POST /jobs/<sessionid>/<jobname>/state

Start, Stop or Reload all processes in a job configuration

  • 0: stop
  • 1: start
  • 2: reload

Parameters

None

Example of request

POST http://localhost:5000/jobs/test/dummy/state

2

Response

{
    "ok": true
}

resources informations

Authentication Require an admin
HTTP Method GET