---
title: "Cancel tunnel retry"
method: POST
path: "/ssh/tunnel/cancel"
tags: ["SSH Tunnels"]
---

# Cancel tunnel retry

`POST /ssh/tunnel/cancel`

Cancels the retry mechanism for a failed SSH tunnel connection.

## Request body

- object
  - `tunnelName` string

## Response `200`

Cancel request received.

## Other responses

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

---

[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)
