Set auto-renew
Proxy management
Set auto-renew
Enable or disable automatic renewal for a proxy.
POST
Set auto-renew
Toggles automatic renewal on the provider side. When enabled, the proxy subscription renews automatically at expiry.Documentation Index
Fetch the complete documentation index at: https://docs.proxyjam.com/llms.txt
Use this file to discover all available pages before exploring further.
Path parameters
UUID of the order.
Request body
true to enable auto-renew, false to disable it.Response
Updated proxy object. Residential orders return the standardmanaged_proxy shape (see Get order).
Mobile rotating orders return a live snapshot instead — shape with
"type": "mobile" and mobile-specific fields (signature, tags,
current_ip). The Python SDK dispatches automatically: client.orders.set_auto_renew()
returns either a Proxy or a MobileProxy based on the response shape.