---
title: "GET /#Action=CreateClusterParameterGroup"
method: GET
path: "/#Action=CreateClusterParameterGroup"
---

# GET /#Action=CreateClusterParameterGroup

`GET /#Action=CreateClusterParameterGroup`

Creates an Amazon Redshift parameter group.

Creating parameter groups is independent of creating clusters. You can associate a cluster with a parameter group when you create the cluster. You can also associate an existing cluster with a parameter group after the cluster is created by using ModifyCluster.

Parameters in the parameter group define specific behavior that applies to the databases you create on the cluster. For more information about parameters and parameter groups, go to [Amazon Redshift Parameter Groups](https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-parameter-groups.html) in the _Amazon Redshift Cluster Management Guide_.

## Query parameters

- `ParameterGroupName` string, required
- `ParameterGroupFamily` string, required
- `Description` string, required
- `Tags` object[]
  - `Key` string — The key, or name, for the resource tag.
  - `Value` string — The value for the resource tag.
- `Action` 'CreateClusterParameterGroup', required
- `Version` '2012-12-01', required

## Response `200`

Success

## Other responses

- `480` — ClusterParameterGroupQuotaExceededFault
- `481` — ClusterParameterGroupAlreadyExistsFault
- `482` — TagLimitExceededFault
- `483` — InvalidTagFault

---

[API](https://skmtc.net/aws/apis/redshift.md) · [All operations](https://skmtc.net/aws/apis/redshift/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/redshift/versions/20d3543bb6e9/schema)
