Skip to main contentStop a run programmatically with the W&B Python SDK or interactively in the W&B App.
- Navigate to the terminal or code editor where you initialized the run.
- Press
Ctrl+D to stop the run.
- Navigate to the project that your run is logging to.
- Select the run you want to stop within the run selector.
- Choose the Overview tab.
- Select the stop button next to the State field.
Next to the State field, the run’s state changes from running to Killed.
See State fields for a full list of possible run states.