set_proxy_credentials
Update the username and password for an ISP proxy service using its ID. Credentials are never echoed or logged.
Instructions
Set a proxy service's username/password credentials. Requires scope services:write (proxy writes share the same scope as VM/k8s mutations — there is no proxy-specific scope). ISP proxy services only. username and password are secrets (1-64 chars each) — never echo them back to the user or log them; the response does not return them either. Plain write — not gated (see set_proxy_auth_method to also flip the auth method itself). id comes from list_proxies.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Proxy service id from list_proxies (ISP only). | |
| password | Yes | New proxy password (1-64 chars). Never echoed or logged. | |
| username | Yes | New proxy username (1-64 chars). Never echoed or logged. |