---
title: "Update a job"
method: PATCH
path: "/v1/jobs/{id}"
tags: ["Jobs"]
---

# Update a job

`PATCH /v1/jobs/{id}`

Enable/pause, change schedule, title, description, or config.

## Request body

- object
  - `title` string, nullable
  - `description` string, nullable
  - `schedule` string
  - `enabled` boolean
  - `config` object

## Response `200`

Updated

---

[API](https://skmtc.net/shareout/apis/shareout-rest-api.md) · [All operations](https://skmtc.net/shareout/apis/shareout-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/shareout/shareout-rest-api/versions/804359ead65a/schema)
