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

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

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