Start rollup jobs Technical preview
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.
Path parameters
-
Identifier for the rollup job.
POST
/_rollup/job/{id}/_start
curl \
-X POST http://api.example.com/_rollup/job/{id}/_start
Response examples (200)
{
"started": true
}