---
title: "Update a job"
method: PUT
path: "/api/v3.3/jobs/{jobUid}"
tags: ["Jobs"]
---

# Update a job

`PUT /api/v3.3/jobs/{jobUid}`

Update the job identified by the provided UID using the given request data.

## Path parameters

- `jobUid` string, required

## Request body

- JobApi31UpdatingDto
  - `status` 'NEW' | 'SCHEDULED' | 'DONE' | 'CANCELLED'
  - `startLocalDateTime` string
  - `endLocalDateTime` string
  - `notes` string
  - `unitUid` string

## Response `200`

OK

---

[API](https://skmtc.dev/hostfully/apis/hostfully-api.md) · [All operations](https://skmtc.dev/hostfully/apis/hostfully-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hostfully/hostfully-api/revisions/8387ad22afc6/schema)
