hard_reboot_server
Принудительно перезагружает сервер (reset power). Использовать когда мягкий reboot_server не помогает (зависшая ОС). Данные в RAM потеряются.
This record as markdown: /tools/timeweb-mcp/hard-reboot-server.md
What hard_reboot_server does on Timeweb
AI agents invoke hard_reboot_server to trigger actions in Timeweb. What it does depends on the arguments the agent supplies, and its effects often reach beyond the immediate call: builds kicked off, notifications sent, workflows started.
| Parameter | Type | Required | Description |
|---|---|---|---|
server_id | number | Yes | ОБЯЗАТЕЛЬНОЕ ПОЛЕ - ID сервера для принудительной перезагрузки |
Parameters from the server's own tool schema.
Why hard_reboot_server is rated High
A hard (forced) power reset is an irreversible disruptive action that triggers an external hardware-level operation on a server. While not strictly 'destructive' in the sense of deleting stored data, it does cause irreversible loss of RAM contents and interrupts all running processes. It falls under Execute (triggering an external operation with significant side effects).
From the tool's definition Принудительно перезагружает сервер (reset power). Данные в RAM потеряются.
Attacks that exploit this kind of access
The rule that runs hard_reboot_server safely
PolicyLayer is an MCP gateway: it sits between your AI agents and Timeweb, and checks every tool call against a rule you set before the call runs. Nothing changes on the server itself. For hard_reboot_server, this is the rule to start with:
hard_reboot_server stays usable, but rate-capped: a runaway agent can't fire it dozens of times a minute. Everything else on the server is denied unless you say otherwise.
The button opens the PolicyLayer dashboard: create your workspace, connect Timeweb, apply this rule, and every hard_reboot_server call is checked against it from then on.
Questions about hard_reboot_server
Принудительно перезагружает сервер (reset power). Использовать когда мягкий reboot_server не помогает (зависшая ОС). Данные в RAM потеряются. It is categorised as a Execute tool in the Timeweb MCP Server, which means it can trigger actions or run processes. Use rate limits and argument validation.
hard_reboot_server accepts 1 parameter: server_id. Required: server_id. The full parameter table on this page comes from the server's own tool schema.
Register the Timeweb MCP server in PolicyLayer and add a rule for hard_reboot_server: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches Timeweb. Nothing to install.
hard_reboot_server is a Execute tool with high risk. Execute tools should be rate-limited and have argument validation enabled.
Yes. Add a rate_limit block to the hard_reboot_server rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.
Set action: deny in the PolicyLayer policy for hard_reboot_server. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.
hard_reboot_server is provided by the Timeweb MCP server (timeweb-mcp). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.
More on Timeweb, and thousands of servers like it.
Across the catalogue