# Nuke

The **Nuke** command allows you to completely clear a channel of all messages by deleting and recreating it.

{% hint style="danger" %}
You need the **ManageChannels** permission to use `/nuke` or `-nuke`.
{% endhint %}

## How to Use

1. **Trigger the Command**\
   You can use the command with either the **slash** or **prefix**:
   * `/nuke`
   * `-nuke`
2. **Confirm the Action**\
   After running the command, you will be prompted with a confirmation:
   * **Yes**: Confirms the action. The current channel will be deleted and then cloned, effectively removing all messages.
   * **No**: Cancels the action, and nothing will happen.

## Additional Information

* The Nuke command is irreversible. Once confirmed, all messages in the channel will be permanently removed.
* The cloned channel will retain the original channel's name, permissions, and settings.

## Permissions Needed

Ensure you have the **ManageChannels** permission to execute this command.

***

For further assistance, refer to the bot's help menu or [contact our support server](https://discord.gg/cGNFnsXpwZ).


---

# 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.airwavy.xyz/overview/commands/admin/nuke.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.
