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
POST
/_rollup/job/{id}/_start
Console
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
}