Atomically update forwarded HTTP ports on an instance
Instances
Atomically update forwarded HTTP ports on an instance
Atomically add and remove forwarded HTTP ports on a running instance in a single transaction. Body: `{"add_ports": [8080], "remove_ports": [3000]}`. Adds are deduplicated and removing ports that are not currently forwarded is a no-op. Each forwarded port is reachable at https://<uuid>-<port>.thundercompute.net.
PATCH
Atomically update forwarded HTTP ports on an instance
Documentation Index
Fetch the complete documentation index at: https://www.thundercompute.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer token authentication. Provide your API token prefixed with "Bearer ", e.g. "Bearer your-api-token".
Path Parameters
Instance ID (index)
Body
application/json
Ports to add and remove
- Option 1
- Option 2
The body is of type object.