run_schedule_now
Trigger an allowlisted UniFi schedule to run immediately by confirming with confirm=true. Use it to execute a scheduled job on demand and inspect results with list_job_runs.
Instructions
Run one allowlisted schedule immediately. Requires confirm=true.
Mutating operation: executes the identified schedule's job once, outside its normal interval, and records the run. Returns success=false unless confirm=true. Use list_job_runs to inspect the outcome; use set_schedule_enabled to disable auto-runs.
Args: schedule_id: Identifier of the schedule to run immediately. confirm: Must be True to run the schedule; without it the call is a no-op. Defaults to False.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | Must be True to run the schedule; without it the call is a no-op. Defaults to False. | |
| schedule_id | Yes | Identifier of the schedule to run immediately. |