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