Start rollup jobs Deprecated Technical preview; Added in 6.3.0

POST /_rollup/job/{id}/_start

If you try to start a job that does not exist, an exception occurs. If you try to start a job that is already started, nothing happens. ##Required authorization

  • Cluster privileges: manage_rollup

Path parameters

  • id string Required

    Identifier for the rollup job.

Responses

  • 200 application/json
    Hide response attribute Show response attribute object
    • started boolean Required
POST /_rollup/job/{id}/_start
POST _rollup/job/sensor/_start
curl \
 --request POST 'http://api.example.com/_rollup/job/{id}/_start'
Response examples (200)
A successful response from `POST _rollup/job/sensor/_start`.
{
  "started": true
}

Documentation preview

This is a preview of your version @2025-06-09 which is not yet released.