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/cancel-resize.rst
**To cancel resize of a cluster**

The following ``cancel-resize`` example cancels a classic resize operation for a cluster. ::

    aws redshift cancel-resize \
        --cluster-identifier mycluster

Output::

    {
        "TargetNodeType": "dc2.large",
        "TargetNumberOfNodes": 2,
        "TargetClusterType": "multi-node",
        "Status": "CANCELLING",
        "ResizeType": "ClassicResize",
        "TargetEncryptionType": "NONE"
    }

For more information, see `Resizing Clusters in Amazon Redshift <https://docs.aws.amazon.com/redshift/latest/mgmt/rs-resize-tutorial.html>`__ in the *Amazon Redshift Cluster Management Guide*.