---
title: "Update configuration cluster server credentials"
method: GET
path: "/update_configclusterserver"
tags: ["Server Administration", "Configuration Clusters"]
---

# Update configuration cluster server credentials

`GET /update_configclusterserver`

This function updates the username or remote access key for a cluster server.

**Important:**

* If you log in to a configuration cluster server that is *not* the parent server, *nothing* will indicate that the server is part of a configuration cluster. You can *only* view and modify this information from the master server.

* We recommend that you run this function as a `POST` request with SSL enabled:
  * The length of the remote access key may cause problems if you run the function with the `GET` method (for example, a URL in your browser).
  * You risk security problems if you enter a remote access key through the `GET` method.

## Query parameters

- `name` string, required
- `key` string
- `user` string

## Response `200`

HTTP Request was successful.

- object
  - `metadata` object
    - `command` string — The method name called.
    - `name` string — The remote configureation cluster server's name.
    - `reason` string — The reason the API function failed when the `metadata.result` field is `0`. This field may display a success message when a function succeeds.
    - `result` 0 | 1 — * `1` - Success * `0` - Failed. Check the `reason` field for more details.
    - `signature` string — The new remote access key.
    - `user` string — The server's `root`-level account username.
    - `version` integer — The version of the API function.

---

[API](https://skmtc.net/cpanel/apis/whm-api.md) · [All operations](https://skmtc.net/cpanel/apis/whm-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cpanel/whm-api/revisions/3da41671c02c/schema)
