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

# telemetry disable

> Disable anonymous CLI telemetry on this machine

Opts this machine out of anonymous CLI usage reporting. The setting is saved to `~/.alpic/config.json`.

## Usage

```bash theme={null}
alpic telemetry disable
```

Disables telemetry and saves the preference locally.

## Options

This subcommand has no flags.

<Note>
  Telemetry can also be disabled without running this command by setting `ALPIC_TELEMETRY_DISABLED=1` or
  `DO_NOT_TRACK=1` in your environment. Alpic never collects Personally Identifiable Information (PII).
</Note>
