Skip to content

flow vault remove

Remove an existing vault.

Synopsis

Remove an existing vault by its name. The vault's encrypted secret data remains on disk at its storage path, but its configuration is deleted so flow no longer tracks it. Note: You cannot remove the current vault.

shell
flow vault remove NAME [flags]

Options

FlagTypeDescription
-h, --helphelp for remove
-o, --outputstringOutput format. One of: yaml, json, or tui.
-y, --yesSkip confirmation prompts

Options inherited from parent commands

FlagTypeDescription
-L, --log-levelstringLog verbosity level (debug, info, fatal) (default "info")
--syncSync flow cache and workspaces

See also