pause_alerts
Pause TradingView alerts to stop them from firing without deleting them. Target by alert IDs or filter by symbol, name, or status.
Instructions
Pause (stop) one or more TradingView alerts. Paused alerts stay on your account but stop firing, and can be reactivated with resume_alerts. Target by alert_ids, or by symbol / name / status filter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Match alerts whose title or message contains this text. | |
| status | No | Restrict to alerts currently active or paused. | |
| symbol | No | Match alerts whose symbol contains this, e.g. "BTCUSDT" or "BYBIT:". | |
| alert_ids | No | Explicit alert ids from list_alerts. Most precise way to target alerts. |