| 123456789101112131415161718192021222324252627282930313233343536 | --:api: rollup-start-job:request: StartRollupJobRequest:response: StartRollupJobResponse--[role="xpack"][id="{upid}-{api}"]=== Start Rollup Job APIexperimental::[][id="{upid}-{api}-request"]==== RequestThe Start Rollup Job API allows you to start a job by ID.["source","java",subs="attributes,callouts,macros"]--------------------------------------------------include-tagged::{doc-tests-file}[{api}-request]--------------------------------------------------<1> The ID of the job to start.[id="{upid}-{api}-response"]==== ResponseThe returned +{response}+ indicates if the start command was received.["source","java",subs="attributes,callouts,macros"]--------------------------------------------------include-tagged::{doc-tests-file}[{api}-response]--------------------------------------------------<1> Whether or not the start job request was received.include::../execution.asciidoc[]
 |