askrene-remove-layer

askrene-remove-layer -- Command to destroy a layer

SYNOPSIS

askrene-remove-layer layer

DESCRIPTION

Command added in v24.11.

The askrene-remove-layer RPC command tells askrene to forget a layer.

  • layer (string): The name of the layer to remove.

RETURN VALUE

On success, an empty object is returned.

AUTHOR

Rusty Russell <[email protected]> is mainly responsible.

SEE ALSO

lightning-askrene-create-layer(7), lightning-askrene-listlayers(7)

RESOURCES

Main web site: https://github.com/ElementsProject/lightning

EXAMPLES

Example 1:

Request:

lightning-cli askrene-remove-layer -k "layer"="test_layers"
{
  "id": "example:askrene-remove-layer#1",
  "method": "askrene-remove-layer",
  "params": {
    "layer": "test_layers"
  }
}

Response:

{}

Core Lightning is Blockstream's open-source implementation of the Lightning Network optimised for performance. It is highly customizable through modular expandability.

© 2023 Core Lightning
All rights reserved.

X Twitter Logo Streamline Icon: https://streamlinehq.com

X

The official Core Lightning X(Twitter) handle to follow project updates and announcements.

Github Logo 2 Streamline Icon: https://streamlinehq.com

Github

Github repository for source code, issues, and contributions. Visit our project here to explore or contibute.

Telegram

Community-driven telegram group where most of the node operators hang out. Go to https://t.me/lightningd to join.

Discord

Community-driven discord server where the devs flock together. Go to https://discord.gg/V6ay9yNhBQ to join.