Tarantool CE/EE Documentation portal logo
Support
Updated at July 17, 2026   02:08 PM

Stopping a Tarantool instance

$ tt stop [APPLICATION[:APP_INSTANCE]]

tt stop stops the specified running Tarantool applications or instances. Before stopping the instances, the command prompts the user for confirmation.

When called without arguments, tt stop stops all running applications in the current environment.

See also: tt-start, tt-restart, tt-status.

Examples

  • Stop all instances of the app application:

    $ tt stop app
  • Stop all instances of the app application without confirmation:

    $ tt stop app -y
  • Stop the replica instance of the app application:

    $ tt stop app:replica

Options

-y, --yes

Stop instances without confirmation.