# metalcloud-cli server-instance-group network list List all network connections for a server instance group ## Synopsis List all network connections for a server instance group. This command displays all network connections associated with a specific server instance group, showing connection details including network ID, subnet information, access mode, and redundancy settings. Arguments: server_instance_group_id The numeric ID of the server instance group to list network connections for Examples: ## List all network connections for server instance group 1234 metalcloud-cli server-instance-group network list 1234 ## Using alias metalcloud-cli ig net ls 1234 ``` metalcloud-cli server-instance-group network list server_instance_group_id [flags] ``` ### Options ``` -h, --help help for list ``` ### Options inherited from parent commands ``` -k, --api_key string MetalCloud API key -c, --config string Config file path -d, --debug Set to enable debug logging -e, --endpoint string MetalCloud API endpoint -f, --format string Output format. Supported values are 'text','csv','md','json','yaml'. (default "text") -i, --insecure_skip_verify Set to allow insecure transport -l, --log_file string Log file path -v, --verbosity string Log level verbosity (default "INFO") ``` ### SEE ALSO * [metalcloud-cli server-instance-group network](/content/configuration/cli/metalcloud-cli_server-instance-group_network.md) - Manage network connections for server instance groups #### Auto generated by spf13/cobra on 11-Aug-2025