DELETE/api/v1/runs/{runId}
Stops the underlying container if it’s still running, fires the
completion webhook (if callbackUrl was set and not yet delivered),
and removes the run record.
Authentication
Requires a project API key — see Authentication.
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
runId | path | string | required | UUID of the run. |
Responses
| Status | Description |
|---|---|
204 | Run deleted. |
401 | Missing, malformed, expired, or revoked API key. |
404 | Resource not found or not accessible to this project. |
Tag: Runs