Destroy your Node
Destruction Process
Initiate Node Destruction:
To begin the destruction process, navigate to the specific node's page by accessing
/nodes/{nodeId}
.
Check Node Status:
Ensure that the node is in a
RUNNING
status. Nodes in this state are eligible for destruction.
Destroy the Node:
Click the "Destroy" button available on the page. This action will initiate the destruction process, and the nodeβs status will change to
IN_PROGRESS
indicate that the destruction is underway.
Final Status Update:
Once the node has been successfully destroyed, the status will update to
DESTROYED
. This confirms that the node has been decommissioned and all associated resources have been properly cleaned up.
Last updated