---
title: "Re-run a workflow"
method: POST
path: "/repos/{owner}/{repo}/actions/runs/{run_id}/rerun"
tags: ["actions"]
---

# Re-run a workflow

`POST /repos/{owner}/{repo}/actions/runs/{run_id}/rerun`

Re-runs your workflow run using its `id`.

OAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint.

## Path parameters

- `owner` string, required
- `repo` string, required
- `run_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.

---

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