> ## 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 telemetry

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

Use `astro telemetry` commands to manage anonymous usage telemetry for the Astro CLI. Run `astro telemetry` without a subcommand to show the current telemetry status.

Telemetry is enabled by default. You can also disable telemetry by setting the `ASTRO_TELEMETRY_DISABLED` environment variable to `1`.

## Usage

```sh wrap theme={null}
astro telemetry
```

<CardGroup cols={2}>
  <Card title="astro telemetry enable" href="/docs/cli/v1.41/astro-telemetry-enable">
    View documentation for `astro telemetry enable`.
  </Card>

  <Card title="astro telemetry disable" href="/docs/cli/v1.41/astro-telemetry-disable">
    View documentation for `astro telemetry disable`.
  </Card>
</CardGroup>
