---
title: telemetry
description: API reference for the `turbo telemetry` command
product: turborepo
type: reference
summary: Reference for the `turbo telemetry` command that manages anonymous usage data collection.
related:
  - /docs/telemetry
---

# telemetry



```bash title="Terminal"
turbo telemetry [argument]
```

Manage telemetry for this machine.

<LinkToDocumentation href="/docs/telemetry">
  Learn more about Turborepo's telemetry.
</LinkToDocumentation>

## Arguments

### `status`

Retrieve the current state of telemetry for this machine.

```bash title="Terminal"
turbo telemetry status
```

### `enable`

Enable telemetry for this machine.

```bash title="Terminal"
turbo telemetry enable
```

### `disable`

Disable telemetry for this machine.

```bash title="Terminal"
turbo telemetry disable
```


---

For a semantic overview of all documentation, see [/sitemap.md](/sitemap.md)

For an index of all available documentation, see [/llms.txt](/llms.txt)

For agent-facing discovery, including API and MCP surfaces, see [/agents.md](/agents.md)