# Tunnel:tunnel

**Page:** api/tunnel-tunnel

[Download Raw Markdown](./api/tunnel-tunnel.md)

---

## API Endpoints Summary

- **GET** `/api/v1/tunnel/bindings` — List active bindings across all sessions
- **GET** `/api/v1/tunnel/metrics` — Prometheus metrics
- **GET** `/api/v1/tunnel/sessions` — List active tunnel sessions
- **DELETE** `/api/v1/tunnel/sessions/{session_id}` — Terminate an active tunnel session
- **GET** `/api/v1/tunnel/tunnels` — List all active tunnels (combined sessions + bindings)

## CLI

```bash
# CLI mapping will be generated from the SDK CLI sources in a later step.
# Example (placeholder):
# hoody-cli <command> --help
```