---
title: "Atomically replace a project's display name and config"
method: PUT
path: "/api/v1/projects/{id}"
tags: ["projects"]
---

# Atomically replace a project's display name and config

`PUT /api/v1/projects/{id}`

## Path parameters

- `id` string, required — Project identifier (registry key).

## Request body

- UpdateProjectSettingsInput
  - `config` ProjectConfig, required
    - `agentConfig` AgentConfig
      - `mode` string
      - `model` string
      - `permissions` string
    - `agentRules` string
    - `agentRulesFile` string
    - `autoReview` boolean
    - `containerReap` ContainerReapConfig
      - `disabled` boolean
    - `defaultBranch` string
    - `env` object
    - `orchestrator` RoleOverride
      - `agent` string
      - `agentConfig` AgentConfig
        - `mode` string
        - `model` string
        - `permissions` string
    - `orchestratorRules` string
    - `postCreate` string[]
    - `reviewers` DomainReviewerConfig[]
      - `harness` string, required
    - `sessionPrefix` string
    - `symlinks` string[]
    - `trackerIntake` TrackerIntakeConfig
      - `assignee` string
      - `enabled` boolean
      - `provider` 'github' | 'gitlab'
      - `repo` string
    - `worker` RoleOverride
      - `agent` string
      - `agentConfig` AgentConfig
        - `mode` string
        - `model` string
        - `permissions` string
  - `displayName` string, required

## Response `200`

OK

- ProjectResponse
  - `project` Project, required
    - `agent` string
    - `config` ProjectConfig
      - `agentConfig` AgentConfig
        - `mode` string
        - `model` string
        - `permissions` string
      - `agentRules` string
      - `agentRulesFile` string
      - `autoReview` boolean
      - `containerReap` ContainerReapConfig
        - `disabled` boolean
      - `defaultBranch` string
      - `env` object
      - `orchestrator` RoleOverride
        - `agent` string
        - `agentConfig` AgentConfig
          - `mode` string
          - `model` string
          - `permissions` string
      - `orchestratorRules` string
      - `postCreate` string[]
      - `reviewers` DomainReviewerConfig[]
        - `harness` string, required
      - `sessionPrefix` string
      - `symlinks` string[]
      - `trackerIntake` TrackerIntakeConfig
        - `assignee` string
        - `enabled` boolean
        - `provider` 'github' | 'gitlab'
        - `repo` string
      - `worker` RoleOverride
        - `agent` string
        - `agentConfig` AgentConfig
          - `mode` string
          - `model` string
          - `permissions` string
    - `defaultBranch` string, required
    - `id` string, required
    - `kind` 'single_repo' | 'workspace' | 'scratch', required
    - `name` string, required
    - `path` string, required
    - `repo` string, required
    - `workspaceRepos` WorkspaceRepo[]
      - `gitStatus` string
      - `name` string, required
      - `relativePath` string, required
      - `repo` string, required

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `500` — Internal Server Error

## Changes

- **2026-08-19** `88165c0dc817` — 2 info
  - added the new optional request property `config/autoReview`
  - added the optional property `project/config/autoReview` to the response with the `200` status
- **2026-08-13** `e38191632a2a` — 1 info
  - added the optional property `project/workspaceRepos/items/gitStatus` to the response with the `200` status
- **2026-08-13** `9c4458b5852c` — 1 warning, 1 info
  - added the new `gitlab` enum value to the `project/config/trackerIntake/provider` response property for the response status `200`
  - added the new `gitlab` enum value to the request property `config/trackerIntake/provider`
- **2026-08-05** `f95c2a6af3da` — 6 info
  - added the new optional request property `config/agentConfig/mode`
  - added the new optional request property `config/orchestrator/agentConfig/mode`
  - added the new optional request property `config/worker/agentConfig/mode`
  - added the optional property `project/config/agentConfig/mode` to the response with the `200` status
  - …2 more
- **2026-07-31** `4d9ea22ac81f` — 2 info
  - added the new optional request property `config/containerReap`
  - added the optional property `project/config/containerReap` to the response with the `200` status

[Full history](https://skmtc.dev/composiohq/apis/agent-orchestrator-http-daemon/changes/api/v1/projects/:id/put.md)

---

[API](https://skmtc.dev/composiohq/apis/agent-orchestrator-http-daemon.md) · [All operations](https://skmtc.dev/composiohq/apis/agent-orchestrator-http-daemon/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/composiohq/agent-orchestrator-http-daemon/revisions/09f65272fe44/schema)
