(incus_network_peer_set.md)=
# `incus network peer set`

Set network peer keys

## Synopsis
```{line-block}

Description:
  Set network peer keys

  For backward compatibility, a single configuration key may still be set with:
      incus network set [<remote>:]<network> <peer_name> <key> <value>



```
```
incus network peer set [<remote>:]<network> <peer_name> <key>=<value>... [flags]
```

## Options

```
  -p, --property   Set the key as a network peer property
```

## 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 peer](incus_network_peer.md)	 - Manage network peerings

