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

# Force Shutdown Telemetry • AI Agent SDK

> force_shutdown_telemetry: Force shutdown of telemetry system with comprehensive cleanup.

# force\_shutdown\_telemetry

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

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

Force shutdown of telemetry system with comprehensive cleanup.

## Signature

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
def force_shutdown_telemetry() -> 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#L121">
  `praisonaiagents/telemetry/__init__.py` at line 121
</Card>
