(incus_network_load-balancer_port_add.md)=
# `incus network load-balancer port add`

Add ports to a load balancer

## Synopsis
```{line-block}

Description:
  Add ports to a load balancer



```
```
incus network load-balancer port add [<remote>:]<network> <listen_address> <protocol> <listen_port(s)> <backend_name>[,<backend_name>...] [flags]
```

## Options

```
      --description   Port description
      --target        Cluster member name
```

## Options inherited from parent commands

```
      --debug          Show all debug messages
      --force-local    Force using the local unix socket
  -h, --help           Print help
      --project        Override the source project
  -q, --quiet          Don't show progress information
      --sub-commands   Use with help or --help to view sub-commands
  -v, --verbose        Show all information messages
      --version        Print version number
```

## SEE ALSO

* [incus network load-balancer port](incus_network_load-balancer_port.md)	 - Manage network load balancer ports

