displayName
POST /api/v1/dispatches/:runId/stop
method
POST
path
/api/v1/dispatches/:runId/stop
responseShape
{ stopped: bool } (200 if stopped else 404)
authRequired
true
description
Stop a running dispatch (stopDispatch handler also bound to /api/v1/runs/:runId/stop). Source: packages/agent-mux/gateway/src/server.ts:524-534.