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

# Stop runs

> Stop runs programmatically using the W&B Python SDK or manually from the W&B App.

Stop a run programmatically with the W\&B Python SDK or interactively in the W\&B App.

<Tabs>
  <Tab title="Python SDK">
    1. Navigate to the terminal or code editor where you initialized the run.
    2. Press `Ctrl+D` to stop the run.
  </Tab>

  <Tab title="W&B App">
    1. Navigate to the project that your run is logging to.
    2. Select the run you want to stop within the run selector.
    3. Choose the **Overview** tab.
    4. Select the stop button next to the **State** field.

    Next to the **State** field, the run's state changes from `running` to `Killed`.
  </Tab>
</Tabs>

See [State fields](/models/runs/run-states) for a full list of possible run states.
