---
title: "Disconnect SSH tunnel"
method: POST
path: "/ssh/tunnel/disconnect"
tags: ["SSH Tunnels"]
---

# Disconnect SSH tunnel

`POST /ssh/tunnel/disconnect`

Disconnects an active SSH tunnel.

## Request body

- object
  - `tunnelName` string

## Response `200`

Disconnect request received.

## Other responses

- `400` — Tunnel name required.
- `401` — Authentication required.
- `403` — Access denied.
- `500` — Failed to disconnect tunnel.

---

[API](https://skmtc.dev/termix/apis/termix-api.md) · [All operations](https://skmtc.dev/termix/apis/termix-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/termix/termix-api/revisions/f4ef343eff1b/schema)
