Cancel running job
render_cancel_jobCancel a running one-off job for a service using the Render API. Specify the job ID and service ID to stop the job.
Instructions
Cancel running job. Cancel a particular one-off job for a particular service. Calls POST /services/{serviceId}/jobs/{jobId}/cancel on the Render Public API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jobId | Yes | The ID of the job | |
| serviceId | Yes | The ID of the service |