Skip to main content
Unary · Workflows 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.

Endpoint

Send a Bearer token as described in Authentication. If your organization uses a custom management-plane domain, replace https://app.ona.com with that domain.

Request example

Request

gitpod.v1.CancelWorkflowExecutionActionRequest CancelWorkflowExecutionActionRequest cancels a running workflow execution action.

Response

gitpod.v1.CancelWorkflowExecutionActionResponse This message has no fields.