Skip to content
Ona Docs

CancelWorkflowExecutionAction

POST/gitpod.v1.WorkflowService/CancelWorkflowExecutionAction

Cancels a running workflow execution action.

Use this method to:

  • Stop long-running actions
  • Cancel failed actions
  • Manage resource usage

Examples

  • Cancel execution action:

    Stops a running workflow execution action.

    workflowExecutionActionId: "a1b2c3d4-5e6f-7890-abcd-ef1234567890"
Body ParametersJSONExpand Collapse
workflowExecutionActionId: optional string
formatuuid

CancelWorkflowExecutionAction

curl https://app.gitpod.io/api/gitpod.v1.WorkflowService/CancelWorkflowExecutionAction \
    -H 'Content-Type: application/json' \
    -H "Authorization: Bearer $GITPOD_API_KEY" \
    -d '{}'
{}
Returns Examples
{}