Skip to main content
POST
Set auto-renew
Toggles automatic renewal on the provider side. When enabled, the proxy subscription renews automatically at expiry.

Path parameters

string
required
UUID of the order.

Request body

boolean
required
true to enable auto-renew, false to disable it.

Response

Updated proxy object. Residential orders return the standard managed_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: proxyjam.orders.set_auto_renew() returns either a Proxy or a MobileProxy based on the response shape.

Example