Terminate Node
Terminate a node and remove associated resources. This is irreversible and will permanently destroy the node.
Signature
def terminate(node_id: str) -> NoneParameters
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
MissingCredentialsExceptionNodeNotFoundExceptionAccessDeniedExceptionInvalidNodeStateExceptionInternalServerErrorException