Skip to content

DeleteKxClusterNode

Source: src/AWS/FinSpace/DeleteKxClusterNode.ts

Runtime binding for finspace:DeleteKxClusterNode — deletes one node of a kdb cluster in the bound environment — the scale-in primitive for node-level cluster automation. Provide the implementation with Effect.provide(AWS.FinSpace.DeleteKxClusterNodeHttp).

const deleteNode = yield* AWS.FinSpace.DeleteKxClusterNode(kdb);
yield* deleteNode({ clusterName: "hdb", nodeId });