
#### API Reference

# Rotate IP Address

Force a new IP address on one of your proxies.

## Endpoint

```
GET /Utils/DirectRenewIp/{proxyId}
```

## Parameters

| Parameter | Type | Location | Description |
| --------- | ---- | -------- | ----------- |
| `proxyId` | string | path | The unique identifier of your proxy |

## Example Request

```bash
curl https://api.hypeproxy.io/Utils/DirectRenewIp/YOUR_PROXY_ID \
  -H 'Authorization: Bearer YOUR_API_TOKEN'
```

## Usage Notes

- The rotation speed depends on your proxy plan and the mobile carrier.
- After requesting a rotation, use the [Get External IP](/docs/reference/external-ip) endpoint to verify the new IP address.
- Rotation intervals vary by plan. Consult your plan details in the dashboard for the minimum rotation interval.
- HypeProxy mobile proxies support unlimited IP rotations — there is no cap on the number of rotations you can perform.
