v1

latestSwagger 2.02026-08-06114111152.5 KB
Tunnel

Stop a tunnel

Tears down a running tunnel. Use this in CI teardown steps to release the slot for the next run; idle tunnels also self-terminate after the configured timeout.

delete/v1/tunnel/{id}

Path parameters

idinteger required

Numeric tunnel ID to stop.

Response

Stop a tunnel

successboolean required

Whether the operation succeeded.

errorsobject required

Validation errors keyed by field name. Only present when success is false.

errorstring required

Single human-readable reason, used by the older endpoints in place of errors. Only present when success is false.