Starts an existing, stopped rollup job Technical preview

POST /_rollup/job/{id}/_start

Path parameters

  • id string Required

    Identifier for the rollup job.

Responses

  • 200 application/json
    Hide response attribute Show response attribute object
POST /_rollup/job/{id}/_start
curl \
 -X POST http://api.example.com/_rollup/job/{id}/_start
Response examples (200)
{
  "started": true
}