---
title: "Update Configuration"
method: PUT
path: "/api/config"
tags: ["Configuration"]
---

# Update Configuration

`PUT /api/config`

Update system configuration settings. Supports hot-reloading of certain settings like drop_excess_requests.

## Request body

- ClientConfig
  - `initial_pool_size` integer — Initial pool size for sync pools
  - `drop_excess_requests` boolean — Whether to drop requests when queue is full
  - `enable_logging` boolean — Whether logging is enabled
  - `prometheus_labels` string[] — Prometheus metric labels

## Response `200`

Configuration updated successfully

- SuccessResponse
  - `status` 'success', required — Operation status
  - `message` string, required — Success message

## Other responses

- `400` — unresolved $ref
- `500` — unresolved $ref

---

[API](https://skmtc.dev/getbifrost/apis/bifrost-http-transport-api.md) · [All operations](https://skmtc.dev/getbifrost/apis/bifrost-http-transport-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getbifrost/bifrost-http-transport-api/revisions/e70d3ae3c0d0/schema)
