Terminate and delete a run

Stops the underlying container if it's still running, fires the

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

NameInTypeRequiredDescription
runIdpathstringrequiredUUID of the run.

Responses

StatusDescription
204Run deleted.
401Missing, malformed, expired, or revoked API key.
404Resource not found or not accessible to this project.

Tag: Runs