---
title: "Save server proxy configuration"
method: PUT
path: "/servers/{uuid}/proxy/configuration"
tags: ["Servers"]
---

# Save server proxy configuration

`PUT /servers/{uuid}/proxy/configuration`

Save the raw proxy Docker Compose configuration for a team-owned server. Multi-line configuration must be base64 encoded (same pattern as other compose payloads).

## Path parameters

- `uuid` string, required

## Request body

- object
  - `configuration` string, required — Proxy docker-compose YAML. Prefer base64 encoding for multi-line content.

## Response `200`

Proxy configuration saved.

- object
  - `message` string
  - `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)
