## chantools removechannel Remove a single channel from the given channel DB ``` chantools removechannel [flags] ``` ### Examples ``` chantools --channeldb ~/.lnd/data/graph/mainnet/channel.db \ --channel 3149764effbe82718b280de425277e5e7b245a4573aa4a0203ac12cee1c37816:0 ``` ### Options ``` --channel string channel to remove from the DB file, identified by its channel point (:) --channeldb string lnd channel.backup file to remove the channel from -h, --help help for removechannel ``` ### Options inherited from parent commands ``` -r, --regtest Indicates if regtest parameters should be used -t, --testnet Indicates if testnet parameters should be used ``` ### SEE ALSO * [chantools](chantools.md) - Chantools helps recover funds from lightning channels