---
title: "Update server proxy"
method: PATCH
path: "/servers/{uuid}/proxy"
tags: ["Servers"]
---

# Update server proxy

`PATCH /servers/{uuid}/proxy`

Update proxy redirect settings, exact labels generation, and optionally the proxy type for a team-owned server.

## Path parameters

- `uuid` string, required

## Request body

- object
  - `redirect_enabled` boolean
  - `redirect_url` string, nullable — Public http(s) redirect URL, or null to clear.
  - `generate_exact_labels` boolean
  - `proxy_type` 'traefik' | 'caddy' | 'nginx' | 'none' — Proxy type (case-insensitive).

## Response `200`

Proxy settings updated.

- object
  - `proxy_type` string, nullable
  - `status` string, nullable
  - `redirect_enabled` boolean
  - `redirect_url` string, nullable
  - `generate_exact_labels` boolean
  - `configuration` string, nullable

## 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)
