---
title: "Re-run a job from a workflow run"
method: POST
path: "/repos/{owner}/{repo}/actions/jobs/{job_id}/rerun"
tags: ["actions"]
---

# Re-run a job from a workflow run

`POST /repos/{owner}/{repo}/actions/jobs/{job_id}/rerun`

Re-run a job and its dependent jobs in a workflow run.

You must authenticate using an access token with the `repo` scope to use this endpoint.
GitHub Apps must have the `actions:write` permission to use this endpoint.

## Path parameters

- `owner` string, required
- `repo` string, required
- `job_id` integer, required

## Request body

- object, nullable
  - `enable_debug_logging` boolean — Whether to enable debug logging for the re-run.

## Response `201`

Response

- EmptyObject — An object without any properties.

## Other responses

- `403` — Forbidden

---

[API](https://skmtc.net/github/apis/github-v3-rest-api-5.md) · [All operations](https://skmtc.net/github/apis/github-v3-rest-api-5/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/github/github-v3-rest-api-5/versions/50ae54440071/schema)
