nb app down

Stop and clean up local runtime resources for a selected env. Storage data and env configuration are kept by default; pass --all --yes explicitly to delete everything.

Usage

nb app down [flags]

Parameters

ParameterTypeDescription
--env, -estringCLI env name to clean up; uses the current env if omitted
--allbooleanDelete all content for the env, including storage data and saved env configuration
--yes, -ybooleanSkip destructive-operation confirmation; usually used with --all
--verbosebooleanShow underlying stop and cleanup command output

Examples

nb app down --env app1
nb app down --env app1 --all --yes