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

# Mark Rate Limited • AI Agent SDK

> mark_rate_limited: Mark this profile as rate limited.

# mark\_rate\_limited

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

Mark this profile as rate limited.

## Signature

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

## Parameters

<ParamField query="cooldown_seconds" type="float" required={false} default="60.0">
  No description available.
</ParamField>

## Uses

* `time.time`

## Used By

* [`FailoverManager.mark_failure`](../functions/FailoverManager-mark_failure)

## Source

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