II.
APIEndpoint JSON
Structured · liveapi-endpoint:agent-mux-gateway-post-dispatch-stop
POST /api/v1/dispatches/:runId/stop json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "api-endpoint:agent-mux-gateway-post-dispatch-stop",
"_kind": "APIEndpoint",
"_file": "extensions/api-endpoints/agent-mux-gateway-endpoints.yaml",
"_cluster": "extensions",
"attributes": {
"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."
},
"outgoingEdges": [
{
"from": "api-endpoint:agent-mux-gateway-post-dispatch-stop",
"to": "package:a5c-ai-agent-mux-gateway",
"kind": "exposed_by",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "package:a5c-ai-agent-mux-gateway",
"to": "api-endpoint:agent-mux-gateway-post-dispatch-stop",
"kind": "exposes_endpoint",
"attributes": {}
}
]
}