Hi! You can try /jars/:jarId/run, see [1]
[1] https://nightlies.apache.org/flink/flink-docs-master/docs/ops/rest_api/#jars-jarid-run Qihua Yang <yang...@gmail.com> 于2021年11月23日周二 上午9:27写道: > Hi, > > We are running a flink cluster in session mode. After the cluster is > launched, no job is running. We want to use REST api to run a job at some > point. > The jobManager already contains a jar when we deploy. We don't want to > upload a new jar by using REST api. Is there any way that I use REST api to > run this jar? > Looks like REST api only can submit a job by running a jar that was > previously uploaded by using REST api. > > Thanks, > Qihua >