---
title: "Get Cloudflare Tunnel settings"
method: GET
path: "/servers/{uuid}/cloudflare-tunnel"
tags: ["Servers"]
---

# Get Cloudflare Tunnel settings

`GET /servers/{uuid}/cloudflare-tunnel`

Get Cloudflare Tunnel settings for a server owned by the authenticated team.

## Path parameters

- `uuid` string, required

## Response `200`

Cloudflare Tunnel settings.

- object
  - `is_cloudflare_tunnel` boolean
  - `ip` string
  - `ip_previous` string, nullable

## Other responses

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

---

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