Reset Cluster Parameter Group
GET {{aws_redshift_base_url}}/?ParameterGroupName&Parameters.Parameter.N&ResetAllParameters
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
ParameterGroupName | null | The name of the cluster parameter group to be reset. | |
Parameters.Parameter.N | null | An array of names of parameters to be reset. If ResetAllParameters option is not used, then at least one parameter name must be supplied. | |
ResetAllParameters | null | If true, all parameters in the specified parameter group will be reset to their default values. |