vinoyang created FLINK-13136: -------------------------------- Summary: Fix documentation error about stop job with restful api Key: FLINK-13136 URL: https://issues.apache.org/jira/browse/FLINK-13136 Project: Flink Issue Type: Improvement Components: Runtime / REST Affects Versions: 1.9.0 Reporter: vinoyang Assignee: vinoyang
Currently, [https://ci.apache.org/projects/flink/flink-docs-master/monitoring/rest_api.html#jobs-jobid-1] does not support "stop" mode. If users use stop mode will throw an exception: {code:java} The "stop" command has been removed. Please use "stop-with-savepoint" instead. {code} IMO, We should remove it. -- This message was sent by Atlassian JIRA (v7.6.3#76005)