Stop Hermes run
hermes_api_runs_stopStop an active Hermes run by ID, with an optional reason and graceful wait period, and get a redacted receipt for audit.
Instructions
Typed POST /v1/runs/{run_id}/stop wrapper that requests a Hermes run stop, writing redacted receipts. Requires api_call tier with live, agent-tool, and external-side-effect gates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reason | No | Human-readable reason for stopping the run. | |
| run_id | Yes | Hermes run id such as run_123 or a UUID. | |
| wait_seconds | No | Seconds to wait for graceful stop before the server considers it hard. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| data | No | ||
| scope | No | ||
| run_id | No | ||
| status | Yes | ||
| message | No | ||
| verdict | No | unknown | |
| evidence | No | ||
| mutation | No | ||
| warnings | No | ||
| live_call | No | ||
| retryable | No | ||
| error_code | No | ||
| duration_ms | No | ||
| http_status | No | ||
| policy_tier | No | read_only | |
| artifact_dir | No | ||
| likely_cause | No | ||
| next_actions | No | ||
| safe_next_action | No | ||
| redactions_applied | No |