📣
TiDB Cloud Premium is now in public preview. Unlimited growth, instant elasticity, advanced security for enterprise workloads. Try it out →

ti fs-vault unmount-vault



Unmounts a local Filesystem Vault filesystem.

Syntax

ti fs-vault unmount-vault --mount-path <string> [--dry-run] [--force] [--help] [--ignore-absent] [--timeout <duration>] [--version]

Options

  • --mount-path <string>: Local mount path. [required]
  • --dry-run: Validate the request without applying changes.
  • --force: Force-kill the mount process if graceful unmount times out.
  • --help: Display help information.
  • --ignore-absent: Return success when no ti fs-vault mount state exists for the path.
  • --timeout <duration>: Time to wait for the mount process to exit. [default: 30s]
  • --version: Display version information.

For options shared by all commands, see Global options.

Examples

  • Unmount a Vault view:

    # Detach the local read-only Vault mount. ti fs-vault unmount-vault --mount-path ./vault

Was this page helpful?