---
title: Updating servers and server groups
description: You can configure servers as part of a server group so that configuration changes applied to a single server are applied to all servers in a group.
component: pingdirectory
version: 11.0
page_id: pingdirectory:pingdirectory_server_administration_guide:pd_ds_update_servers_server_groups
canonical_url: https://docs.pingidentity.com/pingdirectory/11.0/pingdirectory_server_administration_guide/pd_ds_update_servers_server_groups.html
revdate: July 18, 2024
page_aliases: ["pingdatasync_server_administration_guide:pd_sync_update_servers_groups.adoc", "pingdirectoryproxy_server_administration_guide:pd_proxy_update_servers_server_groups.adoc"]
section_ids:
  example: Example
---

# Updating servers and server groups

You can configure servers as part of a server group so that configuration changes applied to a single server are applied to all servers in a group.

When managing a server that's a member of a server group, creating or updating objects using the Configuration API requires the `applyChangeTo` query attribute. The behavior and acceptable values for this parameter are identical to the `dsconfig` parameter of the same name. A value of `single-server` or `server-group` can be specified.

## Example

```
http://localhost:8082/config/backends/userRoot?applyChangeTo=single-server
```

|   |                                                                                                                                                                               |
| - | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|   | This doesn't apply to mirrored subtree objects, which include Topology and Cluster level objects. Changes made to mirrored objects are applied to all objects in the subtree. |
