Updated at July 17, 2026 02:08 PM
Cleaning instance files
$ tt clean APPLICATION[:APP_INSTANCE] [OPTION ...]
tt clean cleans stored files of Tarantool instances: logs, snapshots,
and other files. To avoid accidental deletion of files, tt clean shows
the files it is going to delete and asks for confirmation.
When called without arguments, cleans files of all applications in the current environment.
Clean files without confirmation.
-
Clean the files of all instances of the
appapplication:$ tt clean app -
Clean the files of the
masterinstance of theappapplication:$ tt clean app:master