schedule_create
Create a cron-based schedule for a template in Semaphore to automate task execution.
Instructions
Create a new schedule for a template.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | The ID of the project. | |
| template_id | Yes | The ID of the template to schedule. | |
| cron_format | Yes | Cron expression for the schedule. | |
| name | No | Optional name for the schedule. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |