Cancel Action Run
Cancels an action run which is currently being executed
ID of the action run
{
"id": "string",
"name": "string",
"createdMillis": 0,
"orgId": "string",
"runState": "string",
"actionId": "string",
"actionType": "string",
"inputs": {
"inputs": {}
},
"outputs": {
"outputs": {}
},
"errorMessage": "string",
"logs": "string",
"triggeredBy": "string",
"endTimeMillis": 0,
"startTimeMillis": 0,
"runtime": "string",
"provider": "string",
"source": "string",
"timeoutSeconds": 0,
"projectId": "string",
"runProjectId": "string",
"scalable": false,
"actionVersionId": "string",
"actionVersionName": "string",
"configuration": {
"configuration": {}
},
"system": false
}
id
name
createdMillis
orgId
runState
actionId
actionType
inputs
outputs
errorMessage
logs
triggeredBy
endTimeMillis
startTimeMillis
runtime
provider
source
timeoutSeconds
projectId
runProjectId
scalable
actionVersionId
actionVersionName
configuration
system
Action run cancelled
"ActionRun Object"
id
name
createdMillis
orgId
runState
actionId
actionType
inputs
outputs
errorMessage
logs
triggeredBy
endTimeMillis
startTimeMillis
runtime
provider
source
timeoutSeconds
projectId
runProjectId
scalable
actionVersionId
actionVersionName
configuration
system
Unable to cancel action run
"ActionRun Object"
id
name
createdMillis
orgId
runState
actionId
actionType
inputs
outputs
errorMessage
logs
triggeredBy
endTimeMillis
startTimeMillis
runtime
provider
source
timeoutSeconds
projectId
runProjectId
scalable
actionVersionId
actionVersionName
configuration
system
Action run not found
"ActionRun Object"
id
name
createdMillis
orgId
runState
actionId
actionType
inputs
outputs
errorMessage
logs
triggeredBy
endTimeMillis
startTimeMillis
runtime
provider
source
timeoutSeconds
projectId
runProjectId
scalable
actionVersionId
actionVersionName
configuration
system
curl -X PATCH -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}'