---
title: "PUT /v1/organizations/{orgId}/caddie-memory/settings"
method: PUT
path: "/v1/organizations/{orgId}/caddie-memory/settings"
---

# PUT /v1/organizations/{orgId}/caddie-memory/settings

`PUT /v1/organizations/{orgId}/caddie-memory/settings`

Enable or disable Caddie's memory of the calling user in this organization. When disabled, Caddie stops recalling, learning, and storing facts about the user.

## Path parameters

- `orgId` string, required

## Request body

- union
  - object
  - UpdateCaddieMemorySettingsParams
    - `enabled` boolean, required

## Response `200`

OK

- UpdateCaddieMemorySettingsSuccessResponse
  - `data` UpdateCaddieMemorySettingsResponse
    - `enabled` boolean

## Other responses

- `400` — Bad Request
- `503` — Service Unavailable

---

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