Skip to main content
Stop a run when you no longer need it to log data. For example, if an experiment produces unwanted results or you want to free up resources, stop the run. You can stop a run programmatically with the W&B Python SDK or interactively in the W&B App.
If you have direct access to the terminal or code editor running the experiment, use this approach.
  1. Go to the terminal or code editor where you initialized the run.
  2. Press Ctrl+D to stop the run.
See State fields for a full list of possible run states.