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
- Datacenter
- ISP
- Residential
- Mobile
- Custom
Configuration for routing traffic through a proxy.
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 ISO 3166 country code. Defaults to US if not provided.
"US"
Readable name of the proxy.
Protocol to use for the proxy connection.
http, https Hostnames that should bypass the parent proxy and connect directly.
Current health status of the proxy.
available, unavailable Timestamp of the last health check performed on this proxy.
IP address that the proxy uses when making requests.
"192.168.1.1"
Configuration specific to the selected proxy type.
- Datacenter
- ISP
- Residential
- Mobile
- Custom