Skip to main content
POST
/
orders
/
{order_id}
/
reset
Reset proxy IP
curl --request POST \
  --url https://api.proxyjam.com/public/v1/orders/{order_id}/reset \
  --header 'X-API-Key: <api-key>'

Documentation Index

Fetch the complete documentation index at: https://docs.proxyjam.com/llms.txt

Use this file to discover all available pages before exploring further.

Triggers an immediate IP rotation at the upstream pool. The proxy keeps the same host/port and credentials; only the externally-visible IP changes.
This makes a live call to the upstream pool. There is no charge per reset, but excessive rotation may be rate-limited at the pool level.

Path parameters

order_id
string
required
UUID of the order backing the mobile rotating proxy.

Response

Live snapshot of the mobile rotating proxy after the rotation. Same shape as the mobile branch of Get order — the response includes the refreshed current_ip along with the rest of the proxy state.

Example

curl -X POST "https://api.proxyjam.com/public/v1/orders/997b4450-e7ae-4ad9-8a25-996e582049c9/reset" \
  -H "X-API-Key: pj_AbCdEf..."