IClusterManager RemoveNode Method Couchbase .NET SDK 2.0
Removes a failed over node from the cluster.

Namespace: Couchbase.Management
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.2.0 (2.0.2.0)
Syntax
IResult RemoveNode(
	string ipAddress
)

Parameters

ipAddress
Type: System String
The IPAddress of the node.

Return Value

Type: IResult
A boolean value indicating the result.
Remarks
The node must have been failed over before removing or else this operation will fail.
See Also