Back to Nocobase

nb db stop

docs/docs/en/api/cli/db/stop.md

2.1.24884 B
Original Source

nb db stop

Stop the built-in database container for the specified env. This command only applies to envs with CLI-managed built-in databases enabled.

Usage

bash
nb db stop [flags]

Options

OptionTypeDescription
--env, -estringName of the CLI env whose built-in database should be stopped; uses the current env if omitted
--verbosebooleanShow the underlying Docker command output

Examples

bash
nb db stop
nb db stop --env app1
nb db stop --env app1 --verbose