Enable Price Alert
alert_enableEnable a price alert by providing its alert_id. Returns confirmation upon success.
Instructions
Enable a price alert by alert_id. Returns {alert_id, enabled: true} on success. Use alert_list to find the numeric alert_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| alert_id | Yes | Alert indicator id |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| alert_id | Yes | The alert (indicator) ID that was toggled. | |
| enabled | Yes | New enabled state: `true` for enable, `false` for disable. |