Delete workflow runs based on filters
pw workflows runs clean [flags]
# Delete runs older than 7 days
pw workflows runs clean --older-than-days 7
# Delete all completed runs
pw workflows runs clean --status completed
# Delete specific runs by slug
pw workflows runs clean --slugs swift-falcon-17,quiet-river-83
# Delete completed runs older than 30 days
pw workflows runs clean --older-than-days 30 --status completed
-h, --help help for clean
--older-than-days int Delete runs older than N days
--slugs string Comma-separated list of run slugs to delete
--status string Delete runs with status (completed, error, canceled)
--context string The context to use. Overrides PW_CONTEXT environment variable and current context from config.
--platform-host string The Parallel Works ACTIVATE platform host to use. Will override any other platform host settings.
-v, --verbose Enable verbose logging