set_proxy_auto_renew
Enable or disable auto-renewal for an ISP proxy service. Use the proxy ID from list_proxies to toggle renewal.
Instructions
Turn a proxy service's auto-renew on or off. Requires scope services:write (proxy writes share the same scope as VM/k8s mutations — there is no proxy-specific scope). ISP proxy services only. Plain write — not gated (no charge happens now; a future auto-renewal will still spend money on its own schedule). id comes from list_proxies.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Proxy service id from list_proxies (ISP only). | |
| enabled | Yes | true enables auto-renew; false disables it. |