Skip to content
Try Gitea Cloud ☁️ for 30 days → Accelerate your Development & Deploys!

Reruns all failed jobs in a workflow run

POST
/repos/{owner}/{repo}/actions/runs/{run}/rerun-failed-jobs
curl --request POST \
--url https://gitea.com/api/v1/repos/example/example/actions/runs/1/rerun-failed-jobs \
--header 'Authorization: Basic <credentials>'
owner
required
string

Owner of the repo

repo
required
string

Name of the repository

run
required
integer

Id of the run

APIEmpty is an empty response

APIError is error format response

message
string
url
string

APIForbiddenError is a forbidden error response

message
string
url
string

APINotFound is a not found empty response

APIError is error format response

message
string
url
string

APIValidationError is error format response related to input validation

message
string
url
string