heaptree-logo
Heaptree

Terminate Node

Terminate a node and remove associated resources. This is irreversible and will permanently destroy the node.

Signature

def terminate(node_id: str) -> None

Parameters

  • node_id (str) – the ID of the node to terminate

Returns

None - an exception will be raised if something goes wrong.

Example

client.terminate(node_id)

Exceptions

  • MissingCredentialsException
  • NodeNotFoundException
  • AccessDeniedException
  • InvalidNodeStateException
  • InternalServerErrorException