---
title: "Update a project setting"
method: PATCH
path: "/projects/{projectId}/settings"
tags: ["Project Settings"]
---

# Update a project setting

`PATCH /projects/{projectId}/settings`

Update one or more project-level settings.

## Path parameters

- `projectId` string, required

## Request body

- ProjectSettingsPatch
  - `initialize` object
  - `data_retention` object, nullable — Data retention configuration
  - `build_resources` object
    - `cpu` number, float
    - `memory` integer

## Response `default`

- AcceptedResponse
  - `status` string, required — The status text of the response
  - `code` integer, required — The status code of the response

---

[API](https://skmtc.net/upsun/apis/upsun-com-rest-api.md) · [All operations](https://skmtc.net/upsun/apis/upsun-com-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/upsun/upsun-com-rest-api/revisions/6cc88fde6435/schema)
