Fleet's Deployment
Last updated
Was this helpful?
Last updated
Was this helpful?
You can see your fleet's deployments on your fleet details page.
There is no dedicated API endpoint to retrieve all the deployments created automatically by your fleet. However, all such deployments are tagged with the fleet name and policy name, so you can use the standard deployment GET endpoint and filter the results using the tags.
There is no automatic deletion of deployments when deleting your fleet or a policy. You will need to manually delete them, unless you have set an empty time to live, in which case the deployment will delete itself when there are no more active sessions. However, it is important to ensure that you are handling session connection and disconnection correctly in order for this to work effectively. You can learn more about best practices for session management here.
We will not delete any deployment below the minimum set in the fleet's policy.