---
title: "Disconnect tunnel"
method: DELETE
path: "/network/tunnel"
tags: ["network"]
---

# Disconnect tunnel

`DELETE /network/tunnel`

Stop the network tunnel and restore the original network configuration. WARNING: After disconnecting, the sandbox will lose all outbound internet connectivity (no egress). Inbound connections to the sandbox will still work. Use PUT /network/tunnel/config to re-establish the tunnel.

## Response `200`

Tunnel disconnected

- SuccessResponse
  - `message` string, required
  - `path` string

## Other responses

- `400` — No tunnel is running
- `500` — Failed to stop tunnel

---

[API](https://skmtc.net/blaxel/apis/blaxel-control-plane.md) · [All operations](https://skmtc.net/blaxel/apis/blaxel-control-plane/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/blaxel/blaxel-control-plane/versions/dfa264bc72ee/schema)
