stop_trace
Abort a running trace early to cancel it before it finishes. Safe to call even when no trace is active.
Instructions
Abort a running trace early. You do not normally need to call this — traces auto-stop when they hit their max_calls or max_seconds limit and clean up after themselves. This is only useful if you want to cancel a trace before it finishes on its own. Safe to call even if no trace is running.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||