update_worker
Update an existing worker by ID, requiring name and task_path. Modify optional settings like scheduling, env vars, and notifications.
Instructions
Update an existing worker by ID. All fields optional except name and task_path which are required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| env_vars | No | ||
| group_id | No | ||
| notify_on | No | ||
| task_path | Yes | ||
| worker_id | Yes | ||
| output_dir | No | ||
| sched_type | No | ||
| new_console | No | ||
| sched_value | No | ||
| notify_email | No | Email address for run notifications | |
| requirements | No | ||
| timeout_minutes | No |