Update tunnel configuration
network
Update tunnel configuration
Apply a new tunnel configuration on the fly. The existing tunnel is torn down and a new one is established. This endpoint is write-only; there is no corresponding GET to read the config back.
PUT
Update tunnel configuration
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Base64-encoded tunnel configuration
Base64-encoded tunnel config JSON
Example:
"eyJsb2NhbF9pcCI6ICIxMC4wLjAuMS8zMiIsIC4uLn0="
Last modified on June 3, 2026
