v3

latestOpenAPI 3.0.12026-07-314655871.8 MB
Service:_Flink

Cancel an ApplicationDeployment

post/project/{project}/service/{service_name}/flink/application/{application_id}/deployment/{deployment_id}/cancel

Path parameters

projectstring required

Project name

service_namestring required

Service name

application_idstring required

Application Id

deployment_idstring required

Deployment Id

Response

Response

created_atstring required

The creation timestamp of this entity in ISO 8601 format, always in UTC

created_bystring required

The creator of this entity

error_msgstring

Error message describing what caused deployment to fail

idstring required

Deployment ID

job_idstring

Job ID

last_savepointstring

Job savepoint

messagestring

Printable result of the request

parallelisminteger required

Reading of Flink parallel execution documentation is recommended before setting this value to other than 1. Please do not set this value higher than (total number of nodes x number_of_task_slots), or every new job created will fail.

restart_enabledboolean required

Specifies whether a Flink Job is restarted in case it fails

starting_savepointstring

Job savepoint

status'INITIALIZING' | 'CREATED' | 'RUNNING' | 'FAILING' | 'FAILED' | 'SAVING' | 'CANCELLING_REQUESTED' | 'CANCELLING' | 'CANCELED' | 'SAVING_AND_STOP_REQUESTED' | 'SAVING_AND_STOP' | 'FINISHED' | 'RESTARTING' | 'SUSPENDED' | 'DELETE_REQUESTED' | 'DELETING' | 'RECONCILING' required

Deployment status

version_idstring required

ApplicationVersion ID