# Commands to run on production server # 1. Clean up only processed overtime requests (safer approach) python3 ./scripts/cleanup_test_requests.py --processed-only # 2. If you also want to clean up all test/UAT requests (including pending ones) # python3 ./scripts/cleanup_test_requests.py # 3. If you want to clean up requests before a specific date # python3 ./scripts/cleanup_test_requests.py --before-date 2025-05-01 # 4. If you want to clean up only requests from test users # python3 ./scripts/cleanup_test_requests.py --test-users