Skip to content

rpc shutdown and exit Command Guide

Enrico Rubboli edited this page Apr 10, 2026 · 1 revision

rpc-shutdown-and-exit

Shutdown the RPC interface or the remote wallet it is connected to, and exit the wallet.

Usage

rpc-shutdown-and-exit

Notes

Use this instead of exit when the wallet CLI is connected to a wallet-rpc-daemon via --remote-rpc-wallet-address, or when the wallet CLI is running with its own RPC server enabled via --enable-wallet-rpc-interface. This command ensures the RPC service is cleanly shut down before exiting.

Related

  • exit: Exit the wallet without shutting down any RPC interface.
  • node-shutdown: Shutdown the connected node.

Clone this wiki locally