# Azion CLI reset

The `azion reset` command restores the CLI's stored settings and metadata to a clean, default state. Reach for it when your local configuration becomes inconsistent or when you want to start fresh on a machine. Running it reverts the saved preferences to their defaults and, when possible, deletes the personal token kept locally.

:::note 
This command is unrelated to the projects. This action affects only the use of Azion CLI. Use it with care, since your stored settings will be returned to their defaults.
:::

## Usage

```bash
azion reset
```

## Optional flags

#### help

The `--help` option displays more information about the `reset` command.

## Related commands

- [azion unlink](/en/documentation/devtools/cli/unlink-command/): detaches a local project from its linked Azion resources.
- [azion logout](/en/documentation/products/cli/logout/): signs out and removes the personal token saved locally.