orb node delete

Usage:

$ orb node delete   [OPTIONS] [PUBKEY]

Arguments:

  • [PUBKEY]: The pubkey of the node. If not provided, use the default node.

Options:

  • –help: Show this message and exit.

Description:

Delete node information.

Node data is saved in various places depending on your OS:

  • Linux: ~/.config/orb_<pubkey>/orb_<pubkey>.ini

  • OSX: ~/Library/Application Support/orb_<pubkey>/orb_<pubkey>.ini

  • Windows: ${APPDATA}/orb_<pubkey>/orb_<pubkey>.ini

This command recursively deletes the node’s folder. This is a destructive command. Use with care.