nb app autostart disable
Disable the application autostart flag for one env.
After disabling it, the env no longer participates in nb app autostart run. This command does not stop an already running app by itself. If you also want to stop the current runtime, use nb app stop separately.
Usage
Flags
Examples
Notes
This command only changes the saved autostart flag. It does not stop the app directly. If an env was not enabled for autostart before, running this command keeps it in the disabled state.
Just like enable, the CLI only checks for a cross-env confirmation when you explicitly pass --env. In non-interactive terminals or AI agent flows, add --yes yourself when needed.

