Create job
render_create_jobRun a one-off job on an existing Render service by specifying a start command, reusing its image and environment settings.
Instructions
Create job. Create a one-off job using the provided service. For details, see One-Off Jobs. Calls POST /services/{serviceId}/jobs on the Render Public API. Usage: Starts a one-off job on an existing service, reusing its image and environment. This is not how you create a cron job — a cron job is a service (render_create_service with type:cron_job), and render_run_cron_job triggers one off-schedule.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| planId | No | ||
| serviceId | Yes | The ID of the service | |
| startCommand | Yes |