delete_run
Delete a single run indefinitely, removing its trace and cost history. Irreversible action requires explicit confirmation.
Instructions
Delete ONE run. IRREVERSIBLE — the run and its trace and cost history go with it. Prefer archive_run unless a human has asked for deletion. For many at once use bulk_delete_runs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| runId | Yes | The run's id. | |
| confirm | Yes | Must be true. Destructive and irreversible — ask your human first. |