---
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.
  - `proxyEnabled` boolean, required — Whether the proxy is enabled.
  - `proxyPort` number, double, nullable, required — The port for the proxy, if enabled.

## Response `200`

Engine proxy settings updated successfully

## Changes

- **2026-06-02** `3536399ceee0` — 1 info
  - endpoint added

[Change 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/8d792facf7b9/schema)
