---
title: "Update proxy settings"
method: PUT
path: "/api/proxy"
tags: ["Engine"]
---

# Update proxy settings

`PUT /api/proxy`

Updates only the proxy settings

## Request body

- EngineProxyCommandDTO — Engine proxy command Data Transfer Object. Used as the request body for updating only the proxy settings.
  - `proxyEnabled` boolean, required — Whether the proxy is enabled.
  - `proxyPort` number, double, nullable, required — The port for the proxy, if enabled.
  - `forwardProxyUrl` string, nullable, required — The URL of the upstream proxy to forward requests through.
  - `forwardProxyUsername` string, nullable, required — The username for upstream proxy authentication.
  - `forwardProxyPassword` string, nullable, required — The password for upstream proxy authentication.
  - `proxyUsername` string, nullable, required — The username for proxy server authentication.
  - `proxyPassword` string, nullable, required — The password for proxy server authentication.

## Response `200`

Engine proxy settings updated successfully

## Changes

- **2026-07-20** `6a232346b158` — 1 info
  - endpoint added
- **2026-07-15** `57cbe043ec5a` — 1 breaking
  - api path removed without deprecation
- **2026-07-06** `4c50d4a73f66` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/optimistiksas/apis/oibus-api/changes/api/proxy/put.md)

---

[API](https://skmtc.dev/optimistiksas/apis/oibus-api.md) · [All operations](https://skmtc.dev/optimistiksas/apis/oibus-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/optimistiksas/oibus-api/revisions/d3abecc48b97/schema)
