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

# Resuming

<Card title="Can I resume a run inside a sweep?" href="/support/models/articles/can-i-resume-a-run-inside-a-sweep" arrow="true" horizontal>
  Run resumption is not supported inside a W\&B sweep. If you pass a run\_id or use wandb.init(resume=...) while a sweep age ...
</Card>

<Card title="How do I fix the error `resume='must' but run ([RUN-ID]) doesn't exist`?" href="/support/models/articles/how-do-i-fix-the-error-resumemust-but-ru" arrow="true" horizontal>
  If you encounter the error resume='must' but run ( RUN-ID ) doesn't exist, the run you're attempting to resume doesn't e ...
</Card>

<Card title="How do I use the resume parameter when resuming a run in W&B?" href="/support/models/articles/how-do-i-use-the-resume-parameter-when-r" arrow="true" horizontal>
  To use the resume parameter in W\&B, set the resume argument in wandb.init() with entity, project, and id specified. The  ...
</Card>
