DROP NETWORK INTERFACE

Removes a network interface from Vertica. You can use the CASCADE option to also remove the network interface from any node definition. (See Identify the Database or Nodes Used for Import/Export for more information.)

Syntax

DROP NETWORK INTERFACE network-interface-name [CASCADE]

Parameters

The parameters are defined as follows:

network-interface-name

The network interface you want to remove.

Privileges

Must be a superuser to drop a network interface.

Examples

This example shows how to drop a network interface.

=> DROP NETWORK INTERFACE myNetwork;