---
title: "PATCH /v2/clusters/{cluster_id}/manifests"
method: PATCH
path: "/v2/clusters/{cluster_id}/manifests"
tags: ["manifests"]
---

# PATCH /v2/clusters/{cluster_id}/manifests

`PATCH /v2/clusters/{cluster_id}/manifests`

Updates a manifest for customizing cluster installation.

## Path parameters

- `cluster_id` string, uuid, required

## Request body

- UpdateManifestParams
  - `folder` 'manifests' | 'openshift', required — The folder for the manifest to modify.
  - `file_name` string, required — The file name for the manifest to modify.
  - `updated_folder` 'manifests' | 'openshift', nullable — The new folder for the manifest. Manifests can be placed in 'manifests' or 'openshift' directories.
  - `updated_file_name` string, nullable — The new file name for the manifest.
  - `updated_content` string, nullable — The new base64 encoded manifest content.

## Response `200`

Success.

- Manifest
  - `folder` 'manifests' | 'openshift' — The folder that contains the files. Manifests can be placed in 'manifests' or 'openshift' directories.
  - `file_name` string — The file name prefaced by the folder that contains it.
  - `manifest_source` 'user' | 'system' — Describes whether manifest is sourced from a user or created by the system.

## Other responses

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