---
title: "Update cloud config group information"
method: PUT
path: "/ccgs/{id}"
tags: ["Configuration - Policy"]
---

# Update cloud config group information

`PUT /ccgs/{id}`

Update the cloud config group details having the specified ID.

## Path parameters

- `id` integer, required

## Request body

- XiqUpdateCloudConfigGroupRequest
  - `name` string — The CCG name
  - `description` string — The CCG description
  - `device_ids` integer[] — The device ID list.

## Response `200`

OK

- XiqCloudConfigGroup — The CCG
  - `id` integer, required — The unique identifier
  - `create_time` string, date-time, required — The create time in UTC (ISO 8601 format)
  - `update_time` string, date-time, required — The last update time in UTC (ISO 8601 format)
  - `org_id` integer — The organization identifier, valid when enabling HIQ feature
  - `name` string, required — The CCG name
  - `description` string — The CCG description
  - `predefined` boolean, required — Whether it is predefined
  - `read_only` boolean — Whether it is read-only
  - `zone_name` string — The zone name.
  - `zone_id` integer — The zone ID
  - `zone_location_id` integer — The zone location ID
  - `device_ids` integer[] — The device IDs selected for this Ccg.

---

[API](https://skmtc.net/extremecloudiq/apis/extremecloud-iq-api.md) · [All operations](https://skmtc.net/extremecloudiq/apis/extremecloud-iq-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/extremecloudiq/extremecloud-iq-api/versions/5ff7ab84e8e8/schema)
