---
title: "Update Organization"
method: PATCH
path: "/organizations/{organization_id}"
---

# Update Organization

`PATCH /organizations/{organization_id}`

## Path parameters

- `organization_id` string, required

## Request body

- OrganizationUpdate
  - `slug` string, nullable
  - `name` string, nullable
  - `description` string, nullable
  - `flags` object, nullable
  - `updated_at` string, nullable

## Response `200`

Successful Response

- EeSrcModelsApiOrganizationModelsOrganization
  - `id` string, uuid, required
  - `slug` string, nullable
  - `name` string, nullable
  - `description` string, nullable
  - `flags` object, nullable
  - `tags` object, nullable
  - `meta` object, nullable
  - `owner_id` string, uuid, required
  - `members` string[]
  - `invitations` unknown[]
    - unknown
  - `workspaces` string[]

## Other responses

- `422` — Validation Error

## Changes

- **2026-02-13** `72fe88316d15` — 1 info
  - endpoint added
- **2025-06-27** `e3e84db47198` — 1 breaking
  - api removed without deprecation

[Change history](https://skmtc.dev/agenta-ai/apis/agenta-api/changes/organizations/:organization_id/patch.md)

---

[API](https://skmtc.dev/agenta-ai/apis/agenta-api.md) · [All operations](https://skmtc.dev/agenta-ai/apis/agenta-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/agenta-ai/agenta-api/revisions/c469c2f6cdba/schema)
