v1

latestOpenAPI 3.1.0Apache 2.02026-07-264001921002.3 KB
Configuration

Update proxy configuration

Updates the global proxy configuration.

put/api/proxy-config

Request body

enabledboolean
type'http' | 'socks5' | 'tcp'
urlstring
usernamestring
passwordstring

Password (redacted as <redacted> in responses)

no_proxystring
timeoutinteger
skip_tls_verifyboolean
enable_for_scimboolean
enable_for_inferenceboolean
enable_for_apiboolean

Response

Proxy configuration updated successfully

statusstring
messagestring

Example response

{
  "status": "success",
  "message": "Operation completed successfully"
}