Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.05 KB

stackit_network-interface_delete.md

File metadata and controls

41 lines (28 loc) · 1.05 KB

stackit network-interface delete

Deletes a network interface

Synopsis

Deletes a network interface.

stackit network-interface delete NIC_ID [flags]

Examples

  Delete network interface with nic id "xxx" and network ID "yyy"
  $ stackit network-interface delete xxx --network-id yyy

Options

  -h, --help                Help for "stackit network-interface delete"
      --network-id string   Network ID

Options inherited from parent commands

  -y, --assume-yes             If set, skips all confirmation prompts
      --async                  If set, runs the command asynchronously
  -o, --output-format string   Output format, one of ["json" "pretty" "none" "yaml"]
  -p, --project-id string      Project ID
      --region string          Target region for region-specific requests
      --verbosity string       Verbosity of the CLI, one of ["debug" "info" "warning" "error"] (default "info")

SEE ALSO