# rm

## Usage

```bash
bdy agent tunnel rm [options] <id>
```

## Arguments

| **Argument** | **Description** |
| :--- | :--- |
| `id` | Id of the tunnel. If not provided status of tunneling service (required) |

## Options

| **Option** | **Description** |
| :--- | :--- |
| `-h, --help` | display help for command |

## Examples

### Remove agent tunnel

```bash
bdy agent tunnel rm tunnel-id
```


---
Original source: https://buddy.works/docs/cli/agent/tunnel/rm