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

# Disable Performance Mode • AI Agent SDK

> disable_performance_mode: Disable performance mode to resume full telemetry tracking.

# disable\_performance\_mode

<div className="flex items-center gap-2">
  <Badge color="teal">Function</Badge>
</div>

> This function is defined in the [**telemetry**](../modules/telemetry) module.

Disable performance mode to resume full telemetry tracking.

## Signature

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
def disable_performance_mode() -> Any
```

### Returns

<ResponseField name="Returns" type="Any">
  The result of the operation.
</ResponseField>

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-agents/praisonaiagents/telemetry/__init__.py#L133">
  `praisonaiagents/telemetry/__init__.py` at line 133
</Card>
