delete_schedule
Remove a scheduled job from an automation by providing the automation ID and job ID. Stops the job from executing without affecting other schedules.
Instructions
Remove a single schedule job from an automation.
Args: automation_id: The automation UUID. job_id: The job to remove.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | ||
| automation_id | Yes |