Deployment URLs are versioned in this format:

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

Accessing the Latest Version

The latest version of your app will always be available at the root URL. For example:

https://app.beam.cloud/endpoint/inference-app

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 version 3: https://app.beam.cloud/endpoint/inference-app/v3
  • To invoke version 17: https://app.beam.cloud/endpoint/inference-app/v17

URL Shortcuts

  • /v3 -> invokes version 3
  • / -> invokes the latest version
  • /latest -> invokes the latest version