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

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

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

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

## Path parameters

- `cluster_id` string, uuid, required

## Response `200`

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.
- `404` — 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)
