Cancel an action run

View as Markdown

Requests cancellation of a run in the space. Requires space:contribute (denied → 403). No request body. Returns 200 { data: ActionRun } with the run’s updated state (typically transitioning toward failed). A runId from another space returns 404.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

spaceIdstringRequired
runIdstringRequired

Response

The run, with its updated state.
dataobject