rm

zk rm

  1. zk rm <path> [flags]

Examples

  1. zk rm /zk/path
  2. # Recursive.
  3. zk rm -R /zk/path
  4. # No error on nonexistent node.
  5. zk rm -f /zk/path

Options

  1. -f, --force no warning on nonexistent node
  2. -h, --help help for rm
  3. -r, --recursivedelete recursive delete

SEE ALSO

  • zk - zk is a tool for wrangling zookeeper.