Перейти к содержанию

Delete interface

nectl interface bond delete-interface

Remove a devices from a bond interface

Synopsis

Removes a physical network devices from an existing bond interface.

nectl interface bond delete-interface [flags]

Examples

  nectl interface bond delete-interface --id <bond-uuid> --devices eth1, eno2

Options

  -d, --devices string   Devices devices to remove (required)
  -h, --help             help for delete-interface
      --id string        Bond interface ID (required)

Options inherited from parent commands

      --host string   gRPC server host (default "127.0.0.1")
      --port uint16   gRPC server port (default 30666)

SEE ALSO