# Destroy your Node

**Destruction Process**

1. **Initiate Node Destruction**:

   * To begin the destruction process, navigate to the specific node's page by accessing `/nodes/{nodeId}`.

   <figure><img src="/files/Fz8kRU9TNZeKes1zXLci" alt=""><figcaption></figcaption></figure>
2. **Check Node Status**:
   * Ensure that the node is in a `RUNNING` status. Nodes in this state are eligible for destruction.
3. **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.
4. **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.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.thunderstack.org/bitcoin-native-infrastructure/readme/getting-started-with-thunderstack-rgb-cloud/general/destroy-your-node.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
