# Clean `dioxus clean` will call `target clean` and remove `out_dir` directory. ``` dioxus-clean Clean output artifacts USAGE: dioxus clean ``` you can use this command to clean all build cache and the `out_dir` content. ``` dioxus clean ```