close_tunnel
Force-close a tunnel by its ID to immediately stop its public URL. Use when a tunnel is no longer needed or access must be revoked.
Instructions
Force-close a specific tunnel by its ID. The public URL stops working immediately. Use this when a tunnel is no longer needed or public access must be revoked right away — e.g. after a webhook test or demo finishes. Use list_tunnels to find the tunnel_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token | No | API token. Optional if RUSTUNNEL_TOKEN is set. | |
| tunnel_id | Yes | UUID of the tunnel to close |