| 1234567891011121314151617181920212223242526272829303132333435363738 | --:api: stop-data-frame-transform:request: StopDataFrameTransformRequest:response: StopDataFrameTransformResponse--[id="{upid}-{api}"]=== Stop Data Frame Transform APIStop a started {dataframe-job}.It accepts a +{request}+ object and responds with a +{response}+ object.[id="{upid}-{api}-request"]==== Stop Data Frame RequestA +{request}+ object requires a non-null `id`.["source","java",subs="attributes,callouts,macros"]---------------------------------------------------include-tagged::{doc-tests-file}[{api}-request]---------------------------------------------------<1> Constructing a new stop request referencing an existing {dataframe-job}==== Optional ArgumentsThe following arguments are optional.["source","java",subs="attributes,callouts,macros"]--------------------------------------------------include-tagged::{doc-tests-file}[{api}-request-options]--------------------------------------------------<1> If true wait for the data frame task to stop before responding<2> Controls the amount of time to wait until the {dataframe-job} stops.include::../execution.asciidoc[]==== ResponseThe returned +{response}+ object acknowledges the {dataframe-job} has stopped.
 |