Trigger cron job run
render_run_cron_jobTrigger an immediate cron job run on Render, canceling any active runs. Use to execute out-of-schedule jobs.
Instructions
Trigger cron job run. Trigger a run for a cron job and cancel any active runs. Calls POST /cron-jobs/{cronJobId}/runs on the Render Public API. Usage: Triggers an immediate, out-of-schedule run. cronJobId is the cron job service's own id (srv-…, or crn-… on older workspaces) — resolve it with render_find_service. This does not change the schedule; use render_update_service for that.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cronJobId | Yes | The ID of the cron job |