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

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

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

Update log collection state and progress.

## Path parameters

- `cluster_id` string, uuid, required

## Request body

- LogsProgressParams
  - `logs_state` 'requested' | 'collecting' | 'completed' | 'timeout' | '', required

## Response `204`

Update cluster install progress.

## Other responses

- `401` — Unauthorized.
- `403` — Forbidden.
- `404` — Error.
- `405` — Method Not Allowed.
- `409` — Error.
- `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/versions/9d0b4936ca97/schema)
