latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-1127518479.8 KB

789e6ad3796c

Servers

Get server proxy

Get proxy settings for a server owned by the authenticated team. The raw proxy configuration is only returned when the token has read:sensitive (or root) and the user is a team admin/owner, and only when already stored in the database (no remote fetch).

get/servers/{uuid}/proxy

Path parameters

uuidstring required

Server UUID

Response

Server proxy settings.

proxy_typestring nullable
statusstring nullable
redirect_enabledboolean
redirect_urlstring nullable
generate_exact_labelsboolean
configurationstring nullable

Docker Compose proxy configuration when stored in the database. Only present with read:sensitive.

Example response

{
  "proxy_type": "TRAEFIK",
  "status": "running",
  "redirect_enabled": true,
  "redirect_url": "https://example.com"
}