Linking Version

To make your fleet work as effectively as possible, we recommend using the empty time to live option in the application's version session config.

That way, when your deployment has no session in it for a certain amount of time (specified by the empty time to live), the system will automatically delete it, acting as a scale down. If the empty time to live is not provided, deployments created by the fleet will never be deleted, and you will need to delete them manually, which defeats the purpose of scaling.

Once satisfied with your fleet, you will need to link an application version so it can automatically create deployments. You can link multiple versions to the same fleet.

You can only see your linked application versions with the dashboard. The API doesn't support it as of right now.

With the Dashboard

Linked applications will be displayed on this page. You can also delete the link between your fleet and your application here.

Only the applications having a suitable version(s) (session-type) will be shown. You can search through your versions with their name. The versions already linked will not be displayed.

With the API

API Reference

PUT /v1/fleet/{fleet_name}/app/{app_name}/version/{version_name}

Unlinking an application version will not delete your fleet or your application. It will simply tell your fleet to stop doing new deployments for this specific version.

With the Dashboard

With the API

API Reference

DELETE /v1/fleet/{fleet_name}/app/{app_name}/version/{version_name}

Last updated

Was this helpful?