If you need to remove a Proxy from a sticky session you can make the following request
A. Curl Request
Example:
curl -X PUT -d port=10005 -u <username>:<api_key> https://monitor.geonode.com/release/<service>
Example:
curl -X PUT -d port=10005 -u username_xxxx:api_key_xxxxx https://monitor.geonode.com/release/RESIDENTIAL-PREMIUM
You will see your username and api_key on the dashboard service page.
service following values are:
RESIDENTIAL-PREMIUM
B. HTTP Request
Get Authorization `Bearer token`:
Javascript:
btoa('<username>:<api_key>')
When successful your request will respond with {"success": True}