Server Administration
Configuration Clusters
Delete server from configuration cluster
This function removes a server from a configuration cluster. The function's return data appears in the metadata section of its output.
Important:
If you log in to a configuration cluster server that is not the parent server, nothing will indicate that the server is part of a configuration cluster. You can only view and modify this information from the parent server.
get/delete_configclusterserver
Query parameters
namestring required
Example:example.com
The hostname or IP address of a remote configuration cluster server.
Response
HTTP Request was successful.
Example response
{
"metadata": {
"command": "delete_configclusterserver",
"name": "example.com",
"reason": "OK",
"result": 1,
"version": 1
}
}