# clear everything

## Syntax

```
clear everything
```

## Syntax Description

This command has no arguments.

## Defaults

## Usage Guidelines

This command returns an Island to a factory-fresh condition. All configuration, logs, statistics, and security keys will be deleted. The current firmware version will be retained, but all rollback checkpoints will be deleted.

The user will be prompted for confirmation before the command is executed.

When this command completes, the system will power off automatically. Power must be removed and re-applied in order to restart the system.

## Examples

```
clear everything
```

## Related Commands

{% content-ref url="/pages/UTUGewqZeR4uNLVQNYLS" %}
[clear network](/island-router-cli-2.3.2/commands/clear-network.md)
{% endcontent-ref %}

{% content-ref url="/pages/NhhVFVkTZp1ISNrfUIqg" %}
[clear pin](/island-router-cli-2.3.2/commands/clear-pin.md)
{% endcontent-ref %}


---

# 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.islandrouter.com/island-router-cli-2.3.2/commands/clear-everything.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.
