Skip to main content
Unary · Workflows Cancels a running workflow execution. Use this method to:
  • Stop long-running executions
  • Cancel failed executions
  • Manage resource usage

Examples

  • Cancel execution: Stops a running workflow execution.

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.CancelWorkflowExecutionRequest CancelWorkflowExecutionRequest cancels a running workflow execution.

Response

gitpod.v1.CancelWorkflowExecutionResponse This message has no fields.