Cancel Action Run Using PATCH
Cancels an action run which is currently being executed
ID of the action run
body
{
"actionId": "string",
"actionType": "string",
"actionVersionId": "string",
"actionVersionName": "string",
"createdMillis": 0,
"endTimeMillis": 0,
"errorMessage": "string",
"id": "string",
"logs": "string",
"name": "string",
"orgId": "string",
"projectId": "string",
"provider": "string",
"runState": "string",
"runtime": "string",
"source": "string",
"startTimeMillis": 0,
"system": false,
"timeoutSeconds": 0
}
ID of the action
Type of the action
ID of the action version used for the execution
Name of the action version used for the execution
Configuration of the action run for specific providers
Creation time in millis
Completion time in millis
Error message in case the run completed with an error
ID of the resource
Input parameters of the action
Action run logs
Name of the resource
Org ID of the resource
Output parameters generated by the action
Project Id of the action (required for non-system actions)
Provider used for code execution
State of the action run
Runtime of the action run (python, nodejs, etc...)
Source used for the execution
Start time in millis
system
Timeout in seconds for execution
Action run cancelled
{
"actionId": "string",
"actionType": "string",
"actionVersionId": "string",
"actionVersionName": "string",
"createdMillis": 0,
"endTimeMillis": 0,
"errorMessage": "string",
"id": "string",
"logs": "string",
"name": "string",
"orgId": "string",
"projectId": "string",
"provider": "string",
"runState": "string",
"runtime": "string",
"source": "string",
"startTimeMillis": 0,
"system": false,
"timeoutSeconds": 0
}
ID of the action
Type of the action
ID of the action version used for the execution
Name of the action version used for the execution
Configuration of the action run for specific providers
Creation time in millis
Completion time in millis
Error message in case the run completed with an error
ID of the resource
Input parameters of the action
Action run logs
Name of the resource
Org ID of the resource
Output parameters generated by the action
Project Id of the action (required for non-system actions)
Provider used for code execution
State of the action run
Runtime of the action run (python, nodejs, etc...)
Source used for the execution
Start time in millis
system
Timeout in seconds for execution
Unable to cancel action run
Action run not found