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: Starting Tarantool applications, Restarting a Tarantool instance, Checking instance status.
Stop all instances of the
appapplication:$ tt stop app
Stop all instances of the
appapplication without confirmation:$ tt stop app -y
Stop the
replicainstance of theappapplication:$ tt stop app:replica
-
-y,--yes¶ Stop instances without confirmation.