Skip to main content Link Menu Expand (external link) Document Search Copy Copied

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.