---
title: "Set proxy list"
method: POST
path: "/api/proxies"
tags: ["proxies"]
---

# Set proxy list

`POST /api/proxies`

Replaces the proxy list with the submitted array of `host`/`description` objects, validates each entry, and triggers an Apache graceful reload.

## Request body

- unknown[]
  - unknown

## Response `200`

Updated proxy list

- unknown[]
  - unknown

## Other responses

- `400` — No valid proxies provided

---

[API](https://skmtc.net/falconchristmas/apis/fpp-api.md) · [All operations](https://skmtc.net/falconchristmas/apis/fpp-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/falconchristmas/fpp-api/versions/6fa524e15dd4/schema)
