---
title: "Update cluster settings"
method: PUT
path: "/cluster-settings"
tags: ["cluster-settings"]
---

# Update cluster settings

`PUT /cluster-settings`

## Response `200`

Cluster settings were successfully updated

- ClusterSettings
  - `hostDirPolicies` object[] — If not empty, enables instantiating VMs with hostDir volumes that match the policies listed in this array.
    - `pathPrefix` string
    - `ro` boolean

## Changes

- **2023-10-09** `e0632c7e52ea` — 1 breaking, 1 info
  - the response's body type/format changed from ``/`` to `object`/`` for status `200`
  - added the optional property `hostDirPolicies` to the response with the `200` status
- **2023-07-04** `df290e3bee7e` — 1 info
  - endpoint added
- **2023-01-26** `4b9547159dde` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/openai/apis/orchard/changes/cluster-settings/put.md)

---

[API](https://skmtc.dev/openai/apis/orchard.md) · [All operations](https://skmtc.dev/openai/apis/orchard/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openai/orchard/revisions/9d2bc7a08ffc/schema)
