Skip to main content

Cancel Running Job

POST 

/scheduler/cancelRun

Cancel a currently running job.

Request

Body

    runID int32required

    The ID of the run the user would like to cancel.

    orgID string

    The organization's ID of the run the user would like to cancel.

    environmentID string

    The environment ID of the run the user would like to cancel.

Responses

204

Schema

    any

Loading...