cancel_active_fast
Cancel an active fast while keeping the recurring schedule intact. Use get_fasting_history to find active fasts, then provide the fast ID.
Instructions
Cancel an active (in-progress) fast while preserving the recurring schedule.
Use get_fasting_history to find active fasts (is_active=true).
Args: fast_id: The fast ID of the active fast to cancel.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fast_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |