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.
HTTP Request was successful.
object |
whmapi1 --output=jsonpretty \ delete_configclusterserver \ name='example.com'
{- "metadata": {
- "command": "delete_configclusterserver",
- "name": "example.com",
- "reason": "OK",
- "result": 1,
- "version": 1
}
}