Javascript
import Runloop from '@runloop/api-client'; const client = new Runloop({ bearerToken: 'My Bearer Token', }); const response = await client.devboxes.removeTunnel('id', { port: 0 }); console.log(response);
{}
Remove a previously opened tunnel on the Devbox.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The Devbox ID.
OK
The response is of type object.
object
Was this page helpful?