Format

module [MPATH] remove [name]

[name] is an interface or parameter name.

Command remove modifies the module's .json file by deleting the entry containing the [name]. Then, it invokes the update command.

Usage

For a hello_world example, from which we want to remove interface in_1, the usage is:

$ module hello_world remove in_1