# coder scaletest cleanup Cleanup scaletest workspaces, then cleanup scaletest users. The strategy flags will apply to each stage of the cleanup process. ## Usage ```console coder scaletest cleanup [flags] ``` ## Flags ### --cleanup-concurrency Number of concurrent cleanup jobs to run. 0 means unlimited.
| | | | --- | --- | | Consumes | $CODER_LOADTEST_CLEANUP_CONCURRENCY | | Default | 1 | ### --cleanup-job-timeout Timeout per job. Jobs may take longer to complete under higher concurrency limits.
| | | | --- | --- | | Consumes | $CODER_LOADTEST_CLEANUP_JOB_TIMEOUT | | Default | 5m0s | ### --cleanup-timeout Timeout for the entire cleanup run. 0 means unlimited.
| | | | --- | --- | | Consumes | $CODER_LOADTEST_CLEANUP_TIMEOUT | | Default | 30m0s |