transport_abort
Cancel a Transport run with a reason and summary. In hosted mode, pass the current run to update local writes.
Instructions
Abort or cancel a Transport run.
Use when the user stops an executor, cancels a run, or a dispatched run
must be marked cancelled without pretending verification completed.
In hosted/plugin mode the customer's `.nogra/` ledger is local. Pass
current_run when available so this tool can return exact localWrites for
the run record and cancellation event.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reason | No | Human-readable reason, such as user stopped the executor. | |
| run_id | Yes | Transport run id to cancel. | |
| summary | No | Short cancellation summary for the run timeline. | |
| current_run | No | Hosted/plugin mode only: current local run record so Nogra can return a complete replacement localWrite. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||