Cancel Running Job
POST/scheduler/cancelRun
Cancel a currently running job.
Request
- application/json
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
- 400
- 401
204
- application/json
- Schema
- Result
Schema
any
400
- application/json
- Schema
- Result
Schema
error
object
errorString string
errorDetail string
{
"error":{
"errorString":"400: Error Message",
"errorDetail":"400: Error Message"
}
}
401
- application/json
- Schema
- Result
Schema
error
object
errorString string
errorDetail string
{
"error":{
"errorString":"401: Unable to authenticate, please ensure your token is valid.",
"errorDetail":"401: Unable to authenticate, please ensure your token is valid."
}
}
Loading...