Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

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
PrivacySite termsCookie preferences
© 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.