> ## Documentation Index
> Fetch the complete documentation index at: https://astronomer.io/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# astro context delete

<Info>The behavior and format of this command are the same for both Astro and Astro Private Cloud.</Info>

Delete the locally stored information for a given Astronomer installation or base domain. After running this command, the domain for the installation that you specify will no longer appear when you run `astro context list`, and you will not be able to use `astro context switch` to switch to the installation.

If you re-authenticate to an installation that you previously deleted with this command, its information will again be available from `astro context list` and `astro context switch`.

## Usage

```sh wrap theme={null}
astro context delete <basedomain>
```

## Related commands

* [astro context list](/docs/cli/v1.43/astro-context-list)
* [astro context switch](/docs/cli/v1.43/astro-context-switch)
