Cleaning instance files | Tarantool
Reference Tooling tt CLI utility Commands Cleaning instance files

Cleaning instance files

tt clean INSTANCE|APPLICATION [flags]

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.

-f

--force

Clean files without confirmation

  • Clean the files of the app instance:

    tt clean app
    

  • Clean the files of all instances of the app application:

    tt clean app
    
  • Clean the files of the master instance of the app application:

    tt clean app:master
    
Found what you were looking for?
Feedback