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

# GET /#Action=ResetClusterParameterGroup

`GET /#Action=ResetClusterParameterGroup`

Sets one or more parameters of the specified parameter group to their default values and sets the source values of the parameters to "engine-default". To reset the entire parameter group specify the <i>ResetAllParameters</i> parameter. For parameter changes to take effect you must reboot any associated clusters.

## Query parameters

- `ParameterGroupName` string, required
- `ResetAllParameters` boolean
- `Parameters` object[]
  - `ParameterName` string — The name of the parameter.
  - `ParameterValue` string — The value of the parameter. If <code>ParameterName</code> is <code>wlm_json_configuration</code>, then the maximum size of <code>ParameterValue</code> is 8000 characters.
  - `Description` string — A description of the parameter.
  - `Source` string — The source of the parameter value, such as "engine-default" or "user".
  - `DataType` string — The data type of the parameter.
  - `AllowedValues` string — The valid range of values for the parameter.
  - `ApplyType` 'static' | 'dynamic' — Specifies how to apply the WLM configuration parameter. Some properties can be applied dynamically, while other properties require that any associated clusters be rebooted for the configuration changes to be applied. For more information about parameters and parameter groups, go to <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-parameter-groups.html">Amazon Redshift Parameter Groups</a> in the <i>Amazon Redshift Cluster Management Guide</i>.
  - `IsModifiable` boolean — If <code>true</code>, the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.
  - `MinimumEngineVersion` string — The earliest engine version to which the parameter can apply.
- `Action` 'ResetClusterParameterGroup', required
- `Version` '2012-12-01', required

## Response `200`

Success

## Other responses

- `480` — InvalidClusterParameterGroupStateFault
- `481` — ClusterParameterGroupNotFoundFault

---

[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)
