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

# PUT /v2/clusters/{cluster_id}/ignored-validations

`PUT /v2/clusters/{cluster_id}/ignored-validations`

Register the validations which are to be ignored for this cluster.

## Path parameters

- `cluster_id` string, uuid, required

## Request body

- IgnoredValidations
  - `cluster-validation-ids` string, string — JSON-formatted list of cluster validation IDs that will be ignored for all hosts that belong to this cluster. It may also contain a list with a single string "all" to ignore all cluster validations. Some validations cannot be ignored.
  - `host-validation-ids` string, string — JSON-formatted list of host validation IDs that will be ignored for all hosts that belong to this cluster. It may also contain a list with a single string "all" to ignore all host validations. Some validations cannot be ignored.

## Response `201`

Success.

- IgnoredValidations
  - `cluster-validation-ids` string, string — JSON-formatted list of cluster validation IDs that will be ignored for all hosts that belong to this cluster. It may also contain a list with a single string "all" to ignore all cluster validations. Some validations cannot be ignored.
  - `host-validation-ids` string, string — JSON-formatted list of host validation IDs that will be ignored for all hosts that belong to this cluster. It may also contain a list with a single string "all" to ignore all host validations. Some validations cannot be ignored.

## Other responses

- `400` — Error.
- `401` — Unauthorized.
- `403` — Forbidden.
- `404` — Error.
- `500` — Error.

---

[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)
