ServiceProxy
Remove cPanel account service proxying
This function removes a cPanel account's service proxying.
Note:
- If the Web Server role is active on the server, this function rebuilds the cPanel user's web virtual hosts (vhosts) and restarts the web server.
- If the system cannot rebuild the cPanel user's vhosts, the API call will still succeed. However, the function returns a failure warning in the metadata.
- To set a service proxying for a cPanel account, use the UAPI set_service_proxy_backends function.
get/ServiceProxy/unset_all_service_proxy_backends
Response
HTTP Request was successful.
Example response
{
"apiversion": 3,
"func": "unset_all_service_proxy_backends",
"module": "ServiceProxy",
"result": {
"status": 1
}
}