Updated at July 17, 2026 02:08 PM
Restarting a Tarantool instance
$ tt restart APPLICATION[:APP_INSTANCE] [OPTION ...]
tt restart restarts the specified running Tarantool instance. A
tt restart call is equivalent to consecutive calls of
tt stop and
tt start.
When called without arguments, restarts all running applications in the current environment.
See also: tt-start, tt-stop, tt-status.
Automatic "Yes" to confirmation prompt.
-
Restart all instances of the application stored in the
appdirectory insideinstances_enabledin accordance with the instances configuration:$ tt restart app -
Restart only the
masterinstance of theappapplication with automatic confirmation:$ tt restart app:master -y