Deployment URLs are versioned in this format:

https://app.beam.cloud/[FUNCTION-TYPE]/[YOUR-FUNCTION-NAME]/[VERSION]

The latest version of your app will always be available at the root URL, for example: https://app.beam.cloud/endpoint/inference-app

You can invoke specific versions of your apps by specifying the version in the app URL, for example:

  • https://app.beam.cloud/endpoint/inference-app/v3 (invokes version 3)

  • https://app.beam.cloud/endpoint/inference-app/v17 (invokes version 17)