tv_resume_alerts
Restart paused alerts so they begin firing again, webhooks included. Get back each alert's previous and current active state to confirm the change.
Instructions
MUTATES: restart (resume) the given alerts via AlertsCollection.restartAlerts - they begin firing again, webhooks included. Returns per-id { previous_active, current_active } read back from the server, so tv_pause_alerts reverses it. Verified live 2026-09-04 on a price alert.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | alert ids to resume | |
| layout | No | chart layout id, target id, or 0-based index; default = the chart tab that is actually painting | |
| expect_layout | No | layout id the tab is expected to show right now; the call refuses if it differs (a tab keeps its target id when the user opens another layout in it) |