v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1422181132.4 KB

Cancels a job run.

delete/applications/{applicationId}/jobruns/{jobRunId}

Path parameters

applicationIdstring required

The ID of the application on which the job run will be canceled.

jobRunIdstring required

The ID of the job run to cancel.

Query parameters

shutdownGracePeriodInSecondsinteger

The duration in seconds to wait before forcefully terminating the job after cancellation is requested.

Response

Success

applicationIdstring required

The output contains the application ID on which the job run is cancelled.

jobRunIdstring required

The output contains the ID of the cancelled job run.