hosts_delete_host
Permanently remove a host from the Remnawave panel by its UUID. Use it to clean up unused or misconfigured hosts.
Instructions
DELETE /api/hosts/{uuid} Delete a host by UUID Tags: Hosts Controller
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | Yes | ||
| confirm | No | Подтверждение выполнения не-GET операции. Без confirm:true возвращается превью запроса (метод, URL, тело) и запрос не отправляется (см. MCP_CONFIRM). |