Skip to main content
Stop a running execution.

POST /revisions/:id/data (Command: stop_execution)

Request Body

ParameterTypeRequiredDescription
enginestringYesMust be workflow_blobhub.
commandstringYesMust be stop_execution.
execution_idstringYesThe ID of the execution.

Response

Returns an empty JSON object upon success.

Example

{
  "engine": "workflow_blobhub",
  "command": "stop_execution",
  "execution_id": "exec_001"
}