nb env remove

Remove a configured env. This command only deletes CLI env configuration; use nb app down to clean up local apps, containers, and storage.

Usage

nb env remove <name> [flags]

Parameters

ParameterTypeDescription
<name>stringEnv name to remove
--force, -fbooleanSkip confirmation and delete directly
--verbosebooleanShow detailed progress

Examples

nb env remove staging
nb env remove staging -f