HEX
Server: Apache
System: Linux pdx1-shared-a1-38 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: mmickelson (3396398)
PHP: 8.1.31
Disabled: NONE
Upload Files
File: //usr/share/doc/awscli/examples/redshift/batch-delete-cluster-snapshots.rst
**To delete a set of cluster snapshots**

The following ``batch-delete-cluster-snapshots`` example deletes a set of manual cluster snapshots. ::

    aws redshift batch-delete-cluster-snapshots \
	    --identifiers SnapshotIdentifier=mycluster-2019-11-06-14-12 SnapshotIdentifier=mycluster-2019-11-06-14-20

Output::

    {
        "Resources": [
            "mycluster-2019-11-06-14-12",
            "mycluster-2019-11-06-14-20"
        ]
    }

For more information, see `Amazon Redshift Snapshots <https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-snapshots.html>`__ in the *Amazon Redshift Cluster Management Guide*.