Tarantool CE/EE Documentation portal logo
Support
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.

Options

-y, --yes

Automatic "Yes" to confirmation prompt.

Examples

  • Restart all instances of the application stored in the app directory inside instances_enabled in accordance with the instances configuration:

    $ tt restart app
  • Restart only the master instance of the app application with automatic confirmation:

    $ tt restart app:master -y