# Cancel

Cancel a pending or running workflow run.

### Syntax

```
$ vela workflows cancel <run-id>
```

The run id comes from [`vela workflows list`](/workflows/list). A pending run never starts; a running one is marked canceled and its worker stops at the next step boundary. A run that has already completed or failed cannot be canceled.