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

# Comment puis-je utiliser le paramètre `resume` pour reprendre un run dans W&B ?

Pour utiliser le paramètre `resume` dans W\&B, définissez l’argument `resume` dans `wandb.init()` en spécifiant `entity`, `project` et `id`. L’argument `resume` accepte `"must"` ou `"allow"`.

```python theme={null}
run = wandb.init(entity="your-entity", project="your-project", id="your-run-id", resume="must")
```

***

<Badge stroke shape="pill" color="orange" size="md">[Reprise](/fr/support/models/tags/resuming)</Badge>
