---
title: "PUT /controlpanel"
method: PUT
path: "/controlpanel"
---

# PUT /controlpanel

`PUT /controlpanel`

Updates a control panel. The only update you can make to a control panel is to change the name of the control panel.

## Request body

- object
  - `ControlPanelArn` string, required — The Amazon Resource Name (ARN) of the control panel.
  - `ControlPanelName` string, required — The name of the control panel.

## Response `200`

Success

- UpdateControlPanelResponse
  - `ControlPanel` object — The control panel to update.
    - `ClusterArn` string — The Amazon Resource Name (ARN) of the cluster that includes the control panel.
    - `ControlPanelArn` string — The Amazon Resource Name (ARN) of the control panel.
    - `DefaultControlPanel` boolean — A flag that Amazon Route 53 Application Recovery Controller sets to true to designate the default control panel for a cluster. When you create a cluster, Amazon Route 53 Application Recovery Controller creates a control panel, and sets this flag for that control panel. If you create a control panel yourself, this flag is set to false.
    - `Name` string — The name of the control panel. You can use any non-white space character in the name.
    - `RoutingControlCount` integer — The number of routing controls in the control panel.
    - `Status` 'PENDING' | 'DEPLOYED' | 'PENDING_DELETION' — The deployment status of control panel. Status can be one of the following: PENDING, DEPLOYED, PENDING_DELETION.
    - `Owner` string — The Amazon Web Services account ID of the control panel owner.

## Other responses

- `480` — ValidationException
- `481` — InternalServerException
- `482` — AccessDeniedException
- `483` — ResourceNotFoundException
- `484` — ThrottlingException
- `485` — ConflictException

---

[API](https://skmtc.net/aws/apis/route53-recovery-control-config.md) · [All operations](https://skmtc.net/aws/apis/route53-recovery-control-config/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/route53-recovery-control-config/versions/492813156270/schema)
