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

# GET /#Action=ResetDBParameterGroup

`GET /#Action=ResetDBParameterGroup`

Modifies the parameters of a DB parameter group to the engine/system default value. To reset specific parameters, provide a list of the following: <code>ParameterName</code> and <code>ApplyMethod</code>. To reset the entire DB parameter group, specify the <code>DBParameterGroup</code> name and <code>ResetAllParameters</code> parameters. When resetting the entire group, dynamic parameters are updated immediately and static parameters are set to <code>pending-reboot</code> to take effect on the next DB instance restart or <code>RebootDBInstance</code> request.

## Query parameters

- `DBParameterGroupName` string, required
- `ResetAllParameters` boolean
- `Parameters` object[]
  - `ParameterName` string — Specifies the name of the parameter.
  - `ParameterValue` string — Specifies the value of the parameter.
  - `Description` string — Provides a description of the parameter.
  - `Source` string — Indicates the source of the parameter value.
  - `ApplyType` string — Specifies the engine specific parameters type.
  - `DataType` string — Specifies the valid data type for the parameter.
  - `AllowedValues` string — Specifies the valid range of values for the parameter.
  - `IsModifiable` boolean — Indicates whether (<code>true</code>) or not (<code>false</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.
  - `ApplyMethod` 'immediate' | 'pending-reboot' — Indicates when to apply parameter updates.
  - `SupportedEngineModes` String[] — The valid DB engine modes.
- `Action` 'ResetDBParameterGroup', required
- `Version` '2014-10-31', required

## Response `200`

Success

## Other responses

- `480` — InvalidDBParameterGroupStateFault
- `481` — DBParameterGroupNotFoundFault

---

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