---
title: "Update Sentinel settings"
method: PATCH
path: "/servers/{uuid}/sentinel"
tags: ["Servers"]
---

# Update Sentinel settings

`PATCH /servers/{uuid}/sentinel`

Update Sentinel settings for a server owned by the authenticated team. Changing token/metrics timing fields may restart Sentinel.

## Path parameters

- `uuid` string, required

## Request body

- object
  - `is_sentinel_enabled` boolean
  - `is_metrics_enabled` boolean
  - `is_sentinel_debug_enabled` boolean
  - `sentinel_token` string
  - `sentinel_metrics_refresh_rate_seconds` integer
  - `sentinel_metrics_history_days` integer
  - `sentinel_push_interval_seconds` integer
  - `sentinel_custom_url` string, nullable

## Response `200`

Updated Sentinel settings.

## Other responses

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

---

[API](https://skmtc.net/coollabsio/apis/coolify.md) · [All operations](https://skmtc.net/coollabsio/apis/coolify/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/coollabsio/coolify/revisions/789e6ad3796c/schema)
