Share feedback
Answers are generated based on the documentation.

sbx env rm

DescriptionRemove a sandbox environment and its scoped resources
Usagesbx env rm [PATH...] [flags]

Experimental

This command is experimental.

Experimental features are intended for testing and feedback as their functionality or design may change between releases without warning or can be removed entirely in a future release.

Description

Remove the sandbox declared in .sbxenv.yaml along with the secret values provisioned at its sandbox scope (service, custom, and registry credentials). Global credential bindings are left in place by default since they are user-wide and may be shared with other sandboxes; pass --prune-bindings to also remove the bindings this environment declares.

Each PATH may be a directory (the file is /.sbxenv.yaml) or the path to the environment file itself. Passing more than one PATH deep-merges them in order (docker-compose -f semantics), so the same set used to create the environment resolves to the same sandbox on removal.

Options

OptionDefaultDescription
-f, --forceSkip confirmation prompts
--prune-bindingsAlso remove this environment's bindings from the global credentials.yaml

Global options

OptionDefaultDescription
-D, --debugEnable debug logging