# pw workflows runs cancel

> Source: https://parallelworks.com/docs/cli/pw/workflows/runs/cancel

## pw workflows runs cancel

Cancel a running workflow run

```
pw workflows runs cancel <slug> [flags]
```

### Examples

```
  # Cancel a run by slug
  pw workflows runs cancel swift-falcon-17
```

### Options

```
  -h, --help   help for cancel
```

### Options inherited from parent commands

```
      --context string         The context to use. Overrides PW_CONTEXT environment variable and current context from config.
      --platform-host string   The Parallel Works ACTIVATE platform host to use. Will override any other platform host settings.
  -v, --verbose                Enable verbose logging
```

### SEE ALSO

* [pw workflows runs](/docs/cli/pw/workflows/runs)	 - Manage workflow runs
