Sets or removes the individual proxy of the instance
Auth:Documentation Index
Fetch the complete documentation index at: https://docs.ryzeapi.cloud/llms.txt
Use this file to discover all available pages before exploring further.
TokenAccount or TokenInstance • Rate-limit: Global (100/min) • Idempotent: yes
/reconnect or a new /connect.
1080 with user and password. The password is encrypted at-rest with AES-256-GCM and never returns in plaintext in the response.
10.0.0.5:3128) without credentials, common scenario in corporate networks with auth-by-IP or open proxy.
enabled: false to remove the individual proxy from the instance. It goes back to using the deploy global proxy (if any) or a direct connection on the next reconnection.
password appears as an empty string ("") in the response, the server never returns the password in plaintext.application/json.enabled=true."1080", "8080"). Required if enabled=true."http", "https", or "socks5". Required if enabled=true.enabled=true requires host, port, and protocol.protocol must be http, https, or socks5.username / password are optional (open proxy or auth-by-IP).enabled=false makes the instance go back to using the default deploy proxy (if any).enabled=false, the instance uses the global proxy (if any) or a direct connection.| HTTP | error.message | When |
|---|---|---|
| 400 | Invalid request body | Malformed JSON. |
| 400 | Host is required when proxy is enabled | enabled=true without host. |
| 400 | Port is required when proxy is enabled | enabled=true without port. |
| 400 | Protocol is required when proxy is enabled | enabled=true without protocol. |
| 400 | Protocol must be one of: http, https, socks5 | protocol outside the enum. |
| 401 | Invalid token | Token missing or invalid. |
| 404 | Instance not found | Name does not exist. |
| 429 | Rate limit exceeded. Try again later. | More than 100 req/min. |
| 500 | Failed to update proxy configuration | Database error. |