Change proxy country / operator
change_geoChange the geographic location and mobile operator of an existing proxy without purchasing a new one. Specify country, numeric ID, geoid, or operator to update the proxy's physical location.
Instructions
Swaps the underlying modem of a proxy to one in a different country and/or with a different mobile operator, WITHOUT buying a new proxy (the same proxy_id keeps its login/password — only the physical location changes). Pass at least one of: country (ISO code), id_country (numeric), geoid (from get_geo_list — most specific), or operator (name). Use check_after_change=true to have the server verify the new IP is live before returning (adds 1-10s). Subject to a per-proxy cooldown.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| geoid | No | Target geo as geoid from get_geo_list — most specific | |
| country | No | Target country as 2-letter ISO code | |
| operator | No | Target operator name (e.g. "megafone", "MTS") | |
| proxy_id | Yes | proxy_id from list_proxies | |
| id_country | No | Target country as numeric id_country (alternative to ISO) | |
| check_after_change | No | Wait for the API to verify the new IP |