Endpoints and Web Servers
Versioning
Deployment URLs are versioned in this format:
https://[APP-NAME]-[APP-ID]-[VERSION].app.beam.cloud
Accessing the Latest Version
The latest version of your app will always be available at the root URL. For example, by removing the -v1
suffix, this will invoke the latest version:
Invoking Specific Versions
You can invoke specific versions of your apps by specifying the version in the app URL.
Here are some examples:
- To invoke latest:
https://multiply-712408b.app.beam.cloud
- To invoke version
3
:https://multiply-712408b-v3.app.beam.cloud
- To invoke version
17
:https://multiply-712408b-v17.app.beam.cloud
Was this page helpful?