# scaletest cleanup
Cleanup scaletest workspaces, then cleanup scaletest users.
## Usage
```console
coder scaletest cleanup [flags]
```
## Description
```console
The strategy flags will apply to each stage of the cleanup process.
```
## Options
### --cleanup-concurrency
| | |
| ----------- | ------------------------------------------------- |
| Type | int
|
| Environment | $CODER_SCALETEST_CLEANUP_CONCURRENCY
|
| Default | 1
|
Number of concurrent cleanup jobs to run. 0 means unlimited.
### --cleanup-job-timeout
| | |
| ----------- | ------------------------------------------------- |
| Type | duration
|
| Environment | $CODER_SCALETEST_CLEANUP_JOB_TIMEOUT
|
| Default | 5m
|
Timeout per job. Jobs may take longer to complete under higher concurrency limits.
### --cleanup-timeout
| | |
| ----------- | --------------------------------------------- |
| Type | duration
|
| Environment | $CODER_SCALETEST_CLEANUP_TIMEOUT
|
| Default | 30m
|
Timeout for the entire cleanup run. 0 means unlimited.