# clear pin

## Syntax

```
clear pin
```

## Syntax Description

This command has no arguments.

## Defaults

## Usage Guidelines

This command deletes the PIN used to access the Island using the app. The app will prompt the user for a new PIN on the next access.

## Examples

```
clear pin
```

## Related Commands

{% content-ref url="/pages/1KBjjti1J2N9tnH6CEbl" %}
[clear everything](/island-router-cli-2.3.2/commands/clear-everything.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-pin.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.
