cancel_order
Cancel an open order by its ID. Supports dry-run mode for safe testing; used for cleanup or panic stop during trading.
Instructions
Cancel one open order by id. Talks HTTP to the local ControlServer. Default dry_run=true. Useful for operator-driven cleanup or panic stop.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| order_id | Yes | ||
| dry_run | No |