# Azion CLI unlink

:::note 
In case one or more required fields aren't informed through the specific flags, an interactive message prompts and asks for the missing information.
:::

---

## Unlink

The `azion unlink` command removes the association between your local project directory and the Azion resources and configuration it was linked to. Use it when you want to detach a repo or project folder from Azion without touching anything in the cloud, for example before relinking to a different application. The use of the `--yes` option allows the action to complete without asking for confirmation. To get more information about this command, you can use the `-h` or `--help` option.

:::note
Unlinking only affects local configuration. Your remote resources on the Azion Web Platform are not deleted, so the project can be linked again later.
:::

---

## Usage

```bash
azion unlink
```

---

## Local Options

### help

The `--help` option provides more information about the `azion unlink` action.

### yes

The `--yes` option completes the unlink action without asking for confirmation.

## Related commands

- [azion reset](/en/documentation/devtools/cli/reset/): restores the CLI's stored settings to a clean state.
- [azion login](/en/documentation/products/cli/login/): authenticates the CLI before you link or work with a project.