DELETE: Remove a Node from the Cluster - Conductor Live

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.

  1. Send a GET Channel List request to see which channels use this node.

  2. Send a POST Stop request to stop the channels that are running.

  3. Send a PUT Channel request on each channel to modify it so that it does not use this node.

  4. 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