This page uses machine translation from English, which may contain errors or unclear language. For the most accurate information, please see the original English version. Some content may be in the original English due to frequent updates. Help us improve this page's translation by joining our effort on Crowdin. (Crowdin translation page, Contributing guide)
admin_stopHTTP
The stopHTTP is an administrative method that closes the currently open HTTP RPC endpoint. As the node can only have a single HTTP endpoint running, this method takes no parameters, returning a boolean whether the endpoint was closed or not.
NOTE: This API replaces admin_stopRPC. The admin_stopRPC will be deprecated soon.
JSONRPC: admin_stopHTTP
Request
Responses
- 200
true if the endpoint was closed, false if not.