Start rollup jobs
Deprecated
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
-
id
string Required Identifier for the rollup job.
POST
/_rollup/job/{id}/_start
curl \
--request POST http://api.example.com/_rollup/job/{id}/_start \
--header "Authorization: $API_KEY"
Response examples (200)
{
"started": true
}