Start rollup jobs
Deprecated 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
Parameters
path Path Parameters
| Name | Type |
|---|---|
id
required
Identifier for the rollup job. | type TypesId = string |
Responses
200 application/json
{ started: boolean; }