---
title: "POST /v1/{+rollout}:retryJob"
method: POST
path: "/v1/{+rollout}:retryJob"
tags: ["projects"]
---

# POST /v1/{+rollout}:retryJob

`POST /v1/{+rollout}:retryJob`

Retries the specified Job in a Rollout.

## Path parameters

- `rollout` string, required

## Request body

- RetryJobRequest — RetryJobRequest is the request object used by `RetryJob`.
  - `phaseId` string — Required. The phase ID the Job to retry belongs to.
  - `jobId` string — Required. The job ID for the Job to retry.
  - `overrideDeployPolicy` string[] — Optional. Deploy policies to override. Format is `projects/{project}/locations/{location}/deployPolicies/{deployPolicy}`.

## Response `200`

Successful response

---

[API](https://skmtc.net/google/apis/clouddeploy.md) · [All operations](https://skmtc.net/google/apis/clouddeploy/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/google/clouddeploy/versions/a8819765974a/schema)
