---
title: "Configure Application Secret Manager"
method: PATCH
path: "/applications/{uuid}/secret-manager"
tags: ["Secret Managers"]
---

# Configure Application Secret Manager

`PATCH /applications/{uuid}/secret-manager`

Configure the secret manager source used by an application.

## Path parameters

- `uuid` string, required

## Request body

- object
  - `integration_token_uuid` string, required
  - `settings` object

## Response `200`

Secret manager configured.

## Other responses

- `401` — Unauthenticated.
- `404` — Resource not found.
- `422` — Validation error.

## Changes

- **2026-09-19** `b5f81ea5b5b5` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/coollabsio/apis/coolify/changes/applications/:uuid/secret-manager/patch.md)

---

[API](https://skmtc.dev/coollabsio/apis/coolify.md) · [All operations](https://skmtc.dev/coollabsio/apis/coolify/llms.txt) · [OpenAPI document](https://skmtc.dev/coollabsio/apis/coolify/revisions/ed5a65ad5120?raw)
