Switching Used Versions

When you use a service for the first time, you are pinned to that version. So even if a new version of that service is released, you are still using the initial version you called. You will need to explicitly update to a newer version. You can achieve this either through the Build dashboard, or the api command line tool.

Dashboard

On the versions page in the dashboard, you can switch between the deployed versions of a service.

754

Command Line

api update <service>

To switch to a specific version, you can specify a semver version to switch to.

api update <service> <version>