auth0 flows vault connections update
Update a vault connection.
Passing --setup-file replaces the connection’s setup credentials; the file must contain only the setup body, not a name. Passing --name renames the connection; omit it to keep the current name. Run auth0 flows vault connections create --setup-template --app-id <APP_ID> to see the setup schema.
Usage
auth0 flows vault connections update [flags]
Examples
auth0 flows vault connections update <connection-id> --name "New Name"
auth0 flows vault connections update <connection-id> --setup-file ./setup.json
Flags
--json Output in json format.
--json-compact Output in compact json format.
--name string Name of the Vault connection.
-f, --setup-file string Path to a JSON file containing the vault connection setup credentials. Run with --setup-template --app-id <APP_ID> to see the expected setup schema for a given app.
Inherited Flags
--agent-mode Output JSON, disable prompts and colors. Auto-enabled for AI agents; set AUTH0_AGENT_MODE=false to disable.
--debug Enable debug mode.
--no-color Disable colors.
--no-input Disable interactivity.
--tenant string Specific tenant to use.
Related Commands
- auth0 flows vault connections create - Create a new vault connection
- auth0 flows vault connections delete - Delete a vault connection
- auth0 flows vault connections list - List your vault connections
- auth0 flows vault connections show - Show a vault connection
- auth0 flows vault connections update - Update a vault connection