update_scheduled_job
Modify an existing scheduled job in ServiceNow by providing the job's sys_id and the fields to update.
Instructions
Update a scheduled job (requires WRITE_ENABLED=true)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | Yes | Fields to update (name, script, active, run_type, run_time, etc.) | |
| sys_id | Yes | Scheduled job sys_id |