---
title: "Update Organization"
method: PUT
path: "/organizations/{organization_id}"
tags: ["Organizations"]
---

# Update Organization

`PUT /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

- unknown

## Other responses

- `422` — Validation Error

## Changes

- **2026-07-25** `5a14788d939f` — 3 breaking, 9 warning
  - the response's body type/format changed from `object`/`` to ``/`` for status `200`
  - removed the required property `id` from the response with the `200` status
  - removed the required property `owner_id` from the response with the `200` status
  - removed the optional property `description` from the response with the `200` status
  - …8 more
- **2026-05-02** `6e37373d45fe` — 1 info
  - api tag `Organizations` added
- **2026-02-13** `72fe88316d15` — 1 breaking, 15 info
  - the response's body type/format changed from ``/`` to `object`/`` for status `200`
  - added the new optional request property `flags`
  - added the new optional request property `slug`
  - added the optional property `description` to the response with the `200` status
  - …12 more
- **2025-06-27** `e3e84db47198` — 3 breaking, 13 warning, 1 info
  - the response's body type/format changed from `object`/`` to ``/`` for status `200`
  - removed the required property `id` from the response with the `200` status
  - removed the required property `owner_id` from the response with the `200` status
  - removed the request property `flags`
  - …13 more

[Change history](https://skmtc.dev/agenta-ai/apis/agenta-api/changes/organizations/:organization_id/put.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/713e4f3b7519/schema)
