nb db stop

Stop the built-in database container for a selected env. This command only applies to envs created with a CLI-managed built-in database.

Usage

nb db stop [flags]

Parameters

ParameterTypeDescription
--env, -estringCLI env name whose built-in database should stop; uses the current env if omitted
--verbosebooleanShow underlying Docker command output

Examples

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