# kill

## Usage

```bash
bdy target exec kill [options] <exec-id>
```

## Arguments

| **Argument** | **Description** |
| :--- | :--- |
| `exec-id` | Execution ID (required) |

## Options

| **Option** | **Description** |
| :--- | :--- |
| `-w, --workspace <domain>` | Workspace URL handle. Can be set via variable: BUDDY_WORKSPACE |
| `-f, --force` | Skip confirmation prompt |
| `-h, --help` | display help for command |

## Examples

### Cancel running execution

```bash
bdy tg exec kill exec-id
```

### Cancel running execution and automatically confirm

```bash
bdy tg exec kill exec-id -f
```


---
Original source: https://buddy.works/docs/cli/target/exec/kill