Reset Cluster Parameter Group

GET {{aws_redshift_base_url}}/?ParameterGroupName&Parameters.Parameter.N&ResetAllParameters

Request Params

KeyDatatypeRequiredDescription
ParameterGroupNamenullThe name of the cluster parameter group to be reset.
Parameters.Parameter.NnullAn array of names of parameters to be reset. If ResetAllParameters option is not used, then at least one parameter name must be supplied.
ResetAllParametersnullIf true, all parameters in the specified parameter group will be reset to their default values.