Skip to content
ricochet

Deployment Retention

Retention policies control how many bundles are kept for a content item and for how long. You can override the server-wide defaults for an individual content item in its _ricochet.toml.

Refer to the Deployment Retention docs in the admin guide for guidance on how retention works, cleanup behavior, and server-wide configuration.

Override the server default for a specific content item in its _ricochet.toml:

[retention]
max_deployments = 5
max_age_days = 30