v1

latestOpenAPI 3.0.2cPanel License2026-08-06657427.1 MB
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.

apiversioninteger

The version of the API.

funcstring

The name of the method called.

modulestring

The name of the module called.

Example response

{
  "apiversion": 3,
  "func": "unset_all_service_proxy_backends",
  "module": "ServiceProxy",
  "result": {
    "status": 1
  }
}