Skip to main content
DELETE
/
api
/
v1
/
runs
/
{runId}
Interrupt Run
curl --request DELETE \
  --url http://localhost:52000/api/v1/runs/{runId}
Interrupts an ongoing run.

Path Parameters

runId
string
required

Response

200

OK