---
title: "Update existing `Job`"
method: PUT
path: "/v1/jobs/{jobId}"
tags: ["not_implemented"]
---

# Update existing \`Job\`

`PUT /v1/jobs/{jobId}`

Update existing `Job`

## Path parameters

- `jobId` string, required

## Request body

- Job — Represents a grouping of Tasks
  - `title` string — Display title
  - `timeCreated` string — Creation time in Unix Epoch time format
  - `submittedBy` string, uri — User ID of Jobs creator
  - `statusDetails` string — Extra info about the current status
  - `status` string — Status of Job
  - `selfLink` string, uri — Resource locator for this object
  - `projectId` string, uri — Project ID
  - `metadata` string[] — Array of Metadata ID
  - `jobLabel` string — Human friendly job id.
  - `id` integer — Unique identifier for this Job
  - `accountId` string, uri — Account ID

## Response `200`

Successful response

## Other responses

- `400` — Invalid input
- `404` — Job not found

---

[API](https://skmtc.dev/conductortech/apis/conductor-cloud-rendering-api.md) · [All operations](https://skmtc.dev/conductortech/apis/conductor-cloud-rendering-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/conductortech/conductor-cloud-rendering-api/revisions/0fb056b8d2a1/schema)
