node_clear_script_errors
Clear a node's accumulated script-error log and force a re-cook to verify if the error is live. Use after fixing or to distinguish recurring issues from stale one-off errors.
Instructions
Clear a node's accumulated script-error log, force a cook, re-read. recurring: true is proof of a LIVE problem; a one-off hit was stale.
path (<class 'str'>): Operator path.
force_cook (bool | None): cook(force=True) after clearing (default true).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| force_cook | No |