Runs
Perform an action on a run
Performs an action on a run. The action is specified via the action query parameter: cancel - Cancels an in-flight (non-terminal) run.
POST
/organizations/{organizationName}/environments/{environmentName}/packages/{packageName}/runs/{runId}Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
organizationName*string
The unique identifier of the organization
Match
^[a-zA-Z0-9_ -]+$environmentName*string
The unique identifier of the environment
Match
^[a-zA-Z0-9_ -]+$packageName*string
The unique identifier of the package
Match
^[a-zA-Z0-9_ -]+$runId*string
The unique identifier of the run
Query Parameters
action*"cancel"
Action to perform on the run
Value in
- "cancel"
Response Body
application/json
application/json
application/json
application/json
application/json
application/json