---
title: "Re-enqueue a completed or failed job"
method: POST
path: "/api/job/rerun"
tags: ["jobs"]
---

# Re-enqueue a completed or failed job

`POST /api/job/rerun`

## Request body

- RerunJobRequest
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `job_id` integer, required
  - `request_id` string

## Response `200`

OK

- RerunJobOutputBody
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `job_id` integer, required
  - `request_id` string, required
  - `run_uuid` string
  - `success` boolean, required

## Other responses

- `default` — Error

## Changes

- **2026-08-16** `da030fad394f` — 4 info
  - added the new optional request property `request_id`
  - added the optional property `run_uuid` to the response with the `200` status
  - added the required property `job_id` to the response with the `200` status
  - added the required property `request_id` to the response with the `200` status

[Change history](https://skmtc.dev/kenn-io/apis/roborev/changes/api/job/rerun/post.md)

---

[API](https://skmtc.dev/kenn-io/apis/roborev.md) · [All operations](https://skmtc.dev/kenn-io/apis/roborev/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kenn-io/roborev/revisions/0dfdca81e88d/schema)
