Proxy Actions
Power Cycle Proxy
Hard reboots a proxy server.
POST
/
v1
/
proxies
/
reboot
/
{proxyName}
Rebooting a proxy server will restart the proxy server and all of its services. This is useful if you are experiencing issues with your proxy server.
You may reboot a proxy server once every 5 minutes.
Authorizations
Authorization
string
headerrequiredThe Authorization
header is used to authenticate with the API using your Master
API key. Value is of the format Bearer YOUR_KEY_HERE
.
Path Parameters
proxyName
string
requiredReplace {proxyName}
in the url path with YOUR_PROXY
.
Response
202 - application/json
ok
boolean
Indicates whether the request was successful e.g., true
message
string
Success message
data
object
Was this page helpful?