pause_trigger
Pause or resume an existing trigger without deleting it. Get the updated trigger status and trigger ID in response.
Instructions
Pause or resume an existing trigger without deleting it. Returns trigger_id and the updated status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| paused | No | Set true to pause, false to resume (default: true). | |
| trigger_id | Yes | Trigger ID to update. |