v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14130363656.8 KB

Modifies the parameters of a cache parameter group to the engine or system default value. You can reset specific parameters by submitting a list of parameter names. To reset the entire cache parameter group, specify the <code>ResetAllParameters</code> and <code>CacheParameterGroupName</code> parameters.

get/#Action=ResetCacheParameterGroup

Query parameters

CacheParameterGroupNamestring required

The name of the cache parameter group to reset.

ResetAllParametersboolean
<p>If <code>true</code>, all parameters in the cache parameter group are reset to their default values. If <code>false</code>, only the parameters listed by <code>ParameterNameValues</code> are reset to their default values.</p> <p>Valid values: <code>true</code> | <code>false</code> </p>
ParameterNamestring

The name of the parameter.

ParameterValuestring

The value of the parameter.

An array of parameter names to reset to their default values. If <code>ResetAllParameters</code> is <code>true</code>, do not use <code>ParameterNameValues</code>. If <code>ResetAllParameters</code> is <code>false</code>, you must specify the name of at least one parameter to reset.

Action'ResetCacheParameterGroup' required
Version'2015-02-02' required

Response

Success