Skip to main content
Version: main

clean

Kurtosis defaults to leaving enclave artifacts (containers, volumes, etc.) around so that you can refer back them for debugging. To clean up artifacts from stopped enclaves, run:

kurtosis clean

To remove artifacts from all enclaves (including running ones), add the -a/--all flag.

NOTE: This will not stop the Kurtosis engine itself! To do so, use the engine stop command.