Redshift / Client / delete_cluster_parameter_group

delete_cluster_parameter_group#

Redshift.Client.delete_cluster_parameter_group(**kwargs)#

Deletes a specified Amazon Redshift parameter group.

Note

You cannot delete a parameter group if it is associated with a cluster.

See also: AWS API Documentation

Request Syntax

response = client.delete_cluster_parameter_group(
    ParameterGroupName='string'
)
Parameters:

ParameterGroupName (string) –

[REQUIRED]

The name of the parameter group to be deleted.

Constraints:

  • Must be the name of an existing cluster parameter group.

  • Cannot delete a default cluster parameter group.

Returns:

None

Exceptions

  • Redshift.Client.exceptions.InvalidClusterParameterGroupStateFault

  • Redshift.Client.exceptions.ClusterParameterGroupNotFoundFault