---
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

---

[API](https://skmtc.net/optimistiksas/apis/oibus-api.md) · [All operations](https://skmtc.net/optimistiksas/apis/oibus-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/optimistiksas/oibus-api/versions/743d1b62f042/schema)
