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

# Update proxy settings

`PUT /api/engine/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.
  - `enabled` boolean, required — Whether the proxy is enabled.
  - `port` number, double, nullable — The port for the proxy, if enabled.
  - `username` string, nullable — The username for proxy server authentication.
  - `password` string, nullable — The password for proxy server authentication.
  - `forward` object — Upstream forward proxy settings.
    - `password` string, nullable — The password for upstream proxy authentication.
    - `username` string, nullable — The username for upstream proxy authentication.
    - `url` string, nullable — The URL of the upstream proxy to forward requests through.
    - `enabled` boolean, required — Whether forwarding to an upstream proxy is enabled.

## Response `200`

Engine proxy settings updated successfully

## Changes

- **2026-07-28** `9a6250881fa7` — 1 info
  - endpoint added
- **2026-07-26** `ea1c80cb9c69` — 1 breaking
  - api path removed without deprecation
- **2026-07-26** `972e3d3a3300` — 1 info
  - endpoint added
- **2026-07-03** `a460443e789e` — 1 breaking
  - api path removed without deprecation
- **2026-06-29** `ea736a81a931` — 1 info
  - endpoint added

[Full history](https://skmtc.dev/optimistiksas/apis/oibus-api/changes/api/engine/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/fe8fd32c9fdc/schema)
