> For the complete documentation index, see [llms.txt](https://bothosting-net.gitbook.io/bot-hosting.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bothosting-net.gitbook.io/bot-hosting.net/troubleshooting/power-action-processed.md).

# Another power action is currently being processed for this server

{% hint style="info" %}
Legacy Panel Guide
{% endhint %}

This error indicates that another power action (start, restart, stop) is currently being processed by the server, and no new actions can be triggered until the current one is finished. Usually this issue is fixed after a few minutes, but it can take longer depending on the node’s load and how heavy the action being processed is. Spamming the buttons will not fix the issue, but will cause it to take longer to resolve itself.

We **cannot** provide an ETA for when the server finishes processing the action or do anything about it. The only thing you can do is wait patiently.

{% hint style="info" %}
Please refrain from opening tickets related to this issue. All you can do is wait patiently, and the support team cannot fix it for you.
{% endhint %}


---

# 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://bothosting-net.gitbook.io/bot-hosting.net/troubleshooting/power-action-processed.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.
