Update Job
gorgias_update_jobUpdate an existing Gorgias job by ID to change its metadata, parameters, scheduled time, or status. Only specified fields are modified.
Instructions
PUT /api/jobs/{id} — Update a job by ID. Allows modification of meta, params, scheduled_datetime, and status. Only fields included in the request body are updated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The unique ID of the job to update | |
| meta | No | Metadata associated with the job. Free-form key-value data not used by Gorgias. | |
| params | No | The parameters of the job. Sub-fields available depend on the job type. | |
| status | No | The status of the job. Setting this field allows transitioning the job's state. | |
| scheduled_datetime | No | ISO 8601 datetime when the job is scheduled to start (max 60 minutes in the future). Set to null to queue for immediate execution. |