Configure your application
Make your server listen on0.0.0.0, and pass that same port to expose(). Keep
long-lived servers in the background so starting one does not block your SDK call.
Anyone with the URL can reach the service. Add authentication in your application
before using the endpoint for private data or actions.
The endpoint supports HTTP/1.1 and HTTP/2. HTTP/1.0 requests receive 426.
Check a server that does not respond
Read the application’s log:Remove the endpoint
Remove public access without deleting the sandbox:GET /vms/{id}/ingress.
When you no longer need the server or its sandbox: