---
title: "PUT /v2/clusters/{cluster_id}/progress"
method: PUT
path: "/v2/clusters/{cluster_id}/progress"
tags: ["installer"]
---

# PUT /v2/clusters/{cluster_id}/progress

`PUT /v2/clusters/{cluster_id}/progress`

Update installation finalizing progress.

## Path parameters

- `cluster_id` string, uuid, required

## Request body

- ClusterFinalizingProgress
  - `finalizing_stage` 'Waiting for cluster operators' | 'Adding router ca' | 'Applying olm manifests' | 'Waiting for olm operators csv initialization' | 'Waiting for olm operators csv' | 'Waiting for OLM operator setup jobs' | 'Done' — Cluster finalizing stage managed by controller

## Response `200`

Update install progress.

## Other responses

- `401` — Unauthorized.
- `403` — Forbidden.
- `404` — Error.
- `405` — Method Not Allowed.
- `500` — Error.
- `503` — Unavailable.

---

[API](https://skmtc.net/openshift/apis/assistedinstall.md) · [All operations](https://skmtc.net/openshift/apis/assistedinstall/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openshift/assistedinstall/revisions/9d0b4936ca97/schema)
