Terminate Nodes
Terminate multiple nodes at once. This is irreversible and will permanently destroy the nodes.
Signature
def terminate_nodes(node_ids: list[str]) -> NoneParameters
node_ids(list[str]) – list of node IDs to terminate
Returns
None - an exception will be raised if something goes wrong
Example
client.terminate_nodes(["node_id1", "node_id2"])