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

# How can I disable logging of system metrics to W&B?

To disable logging of [system metrics](/models/ref/python/experiments/system-metrics), set `_disable_stats` to `True`:

```python theme={null}
wandb.init(settings=wandb.Settings(x_disable_stats=True))
```

***

<Badge stroke shape="pill" color="orange" size="md">[Metrics](/support/models/tags/metrics)</Badge><Badge stroke shape="pill" color="orange" size="md">[Runs](/support/models/tags/runs)</Badge>
