Disable Price Alert
alert_disableDisable a price alert by providing its numeric alert ID. The alert will be deactivated and no longer trigger notifications.
Instructions
Disable a price alert by alert_id. Returns {alert_id, enabled: false} 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. |