DELETE: Remove a Node from the
Cluster
Remove the specified node from the Conductor Live cluster. The node cannot be associated with any channels, so follow this procedure.
-
Send a GET Channel List request to see which channels use this node.
-
Send a POST Stop request to stop the channels that are running.
-
Send a PUT Channel request on each channel to modify it so that it does not use this node.
-
Delete the channel as described in DELETE: Delete a Channel.
HTTP Request
and Response
Request URL
DELETE http://<Conductor IP address>/nodes/<ID of node>
Call Header
-
Accept: Set to
application/xml
If you are implementing user authentication, you must also include three authorization headers; see Header Content for User Authentication.
Example
This request removes the node with the ID 8.
DELETE http://198.51.100.0/nodes/8