> ## 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 • Rust 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(&mut self, cooldown: Duration) -> ()
```

## Parameters

<ParamField query="cooldown" type="Duration" required={true}>
  No description available.
</ParamField>

### Returns

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