Agent-readable docs index: /llms.txt. Full docs in one file: /llms-full.txt. Download /docs.zip to grep all markdown files locally.

projects retention update

Update raw telemetry retention for a project.
Raw telemetry is kept by default. Setting a day count can delete existing Tinybird rows after promotion. Pass -1 to remove a custom TTL. TTL deletion is asynchronous and can take a few hours. Custom values require Tinybird. Analytics stay at 90 days.
Pass either --all-days or individual signal flags. Do not mix them. If Tinybird is still applying the change, run strada database upgrade later.

Usage

strada projects retention update

Options

OptionDefaultDescription
-p, --project [slug]-Project slug override (defaults to folder setup)
--org [name-or-id]-Organization override (defaults to folder setup)
--traces-days [days]-Trace retention in days, or -1 to keep forever
--logs-days [days]-Log and custom-event retention in days, or -1 to keep forever
--errors-days [days]-Error retention in days, or -1 to keep forever
--metrics-days [days]-Metrics retention in days, or -1 to keep forever
--all-days [days]-Set all four signals to the same number of days, or -1 to keep forever

Global Options

OptionDefaultDescription
-h, --help-Display this message
-v, --version-Display version number

Examples

strada projects retention update --traces-days 7
strada projects retention update -p staging --all-days 14
strada projects retention update --traces-days -1