> For the complete documentation index, see [llms.txt](https://docs.walecloud.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.walecloud.com/wale-documentation/nodes.md).

# Nodes

{% hint style="info" %}
Nodes, which are Hetzner servers, are dynamically purchased and deleted to save resources. Since these servers are billed hourly by Hetzner, we have implemented a 'blocking system.' This means that servers, when no longer in use, are blocked. They are excluded from the system, and no further Minecraft servers are launched on them. However, if there is insufficient performance, they are released again. At the end of each hour, all no longer needed servers are removed from your account.
{% endhint %}

### Node Lock System

{% hint style="info" %}
You have the option to lock nodes. This means they will not be deleted as long as the master instance is active. If the master instance is stopped, these servers will also be deleted, as an active connection between the node and master is no longer maintained for security reasons.
{% endhint %}

### However, what exactly is the lock system now?

The purpose behind this system is that many plugins or similar products depend on a Hardware ID or an IP address. Therefore, these servers can be locked to prevent deletion or replacement.

### And how do I lock a node?

Quite simple! In the [Wale Cloud Dashboard](https://walecloud.com/dashboard), go to the "Nodes" tab. At the end of each row, there is a "Lock" or "Unlock" button. You can use this to lock or unlock the node.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.walecloud.com/wale-documentation/nodes.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
