All Products
Search
Document Center

Realtime Compute for Apache Flink:StopJobRequestBody

Last Updated:Jan 07, 2026
ParameterTypeDescriptionExample
object

The request that is used to stop the job.

stopStrategystring

The strategy that is used to stop a job. Valid values:

  • NONE: Directly stop the job.
  • STOP_WITH_SAVEPOINT: Stop the job after a savepoint is generated.
  • STOP_WITH_DRAIN: Stop the job and drain the pipeline. Use this strategy only if you want to permanently terminate the job.
NONE