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

# reset • AI Agent SDK

> reset: Reset this profile to available status.

# reset

<div className="flex items-center gap-2">
  <Badge color="purple">Method</Badge>
</div>

> This is a method of the [**AuthProfile**](../classes/AuthProfile) class in the [**failover**](../modules/failover) module.

Reset this profile to available status.

## Signature

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

## Used By

* [`reset_yaml_approved_tools`](../functions/reset_yaml_approved_tools)
* [`ContextManager.process`](../functions/ContextManager-process)
* [`ContextManager.reset`](../functions/ContextManager-reset)
* [`Knowledge.reset`](../functions/Knowledge-reset)
* [`FailoverManager.get_next_profile`](../functions/FailoverManager-get_next_profile)

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-agents/praisonaiagents/llm/failover.py#L139">
  `praisonaiagents/llm/failover.py` at line 139
</Card>
