Skip to content

remove network

Anoop Rajendra edited this page May 15, 2017 · 1 revision

remove network

Usage

stack remove network {network ...}

Description

Remove network definition from the system. If there are still nodes defined in the database that are assigned to the network name you are trying to remove, the command will not remove the network definition and print a message saying it cannot remove the network.

Arguments

  • [network]

    One or more network names.

Examples

  • stack remove network private

    Remove network info for the network named 'private'.

Clone this wiki locally