Rename proxy by ID
Update a proxy’s name. Proxy names are not unique and are not ID-or-name addressable on this endpoint; duplicate names are allowed. Name-based session-create lookups can remain ambiguous until callers resolve proxies by ID or the API adds a stronger uniqueness contract.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
New proxy name. Proxy names are trimmed and length-checked only; duplicates are allowed because proxies are updated by ID, not by name.
1 - 255"my-renamed-proxy"
Response
Proxy updated
- Custom
- Datacenter
- ISP
- Mobile
- Residential
Configuration for routing traffic through a proxy.
Proxy host address or IP.
"127.0.0.1"
Proxy port.
8080
Proxy type to use. In terms of quality for avoiding bot-detection, from best to worst: mobile > residential > isp > datacenter.
datacenter, isp, residential, mobile, custom Whether the proxy has a custom CA bundle configured.
true
Whether the proxy has a password.
true
Username for proxy authentication.
"user123"
Hostnames that should bypass the parent proxy and connect directly.
Configuration specific to the selected proxy type.
- Datacenter
- ISP
- Residential
- Mobile
- Custom
IP address that the proxy uses when making requests.
"192.168.1.1"
Timestamp of the last health check performed on this proxy.
Readable name of the proxy.
Protocol to use for the proxy connection.
http, https Current health status of the proxy.
available, unavailable