---
title: "PUT /v2/infra-envs/{infra_env_id}/hosts/{host_id}/progress"
method: PUT
path: "/v2/infra-envs/{infra_env_id}/hosts/{host_id}/progress"
tags: ["installer"]
---

# PUT /v2/infra-envs/{infra_env_id}/hosts/{host_id}/progress

`PUT /v2/infra-envs/{infra_env_id}/hosts/{host_id}/progress`

Update installation progress.

## Path parameters

- `infra_env_id` string, uuid, required
- `host_id` string, uuid, required

## Headers

- `discovery_agent_version` string

## Request body

- HostProgress
  - `current_stage` 'Starting installation' | 'Waiting for control plane' | 'Waiting for bootkube' | 'Waiting for controller' | 'Installing' | 'Writing image to disk' | 'Copying registry data to disk' | 'Rebooting' | 'Waiting for ignition' | 'Configuring' | 'Joined' | 'Done' | 'Failed'
  - `progress_info` string

## Response `200`

Update install progress.

## Other responses

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

---

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