Decrease Replica Count

GET {{aws_elasticache_base_url}}/?ApplyImmediately&ReplicationGroupId&NewReplicaCount&ReplicaConfiguration.ConfigureShard.N&ReplicasToRemove.member.N&Version=2015-02-02

Request Params

KeyDatatypeRequiredDescription
ApplyImmediatelynullIf True, the number of replica nodes is decreased immediately. ApplyImmediately=False is not currently supported.
ReplicationGroupIdnullThe id of the replication group from which you want to remove replica nodes.
NewReplicaCountnullThe number of read replica nodes you want at the completion of this operation. For Redis (cluster mode disabled) replication groups, this is the number of replica nodes in the replication group. For Redis (cluster mode enabled) replication groups, this is the number of replica nodes in each of the replication group's node groups.
ReplicaConfiguration.ConfigureShard.NnullA list of ConfigureShard objects that can be used to configure each shard in a Redis (cluster mode enabled) replication group. The ConfigureShard has three members: NewReplicaCount, NodeGroupId, and PreferredAvailabilityZones.
ReplicasToRemove.member.NnullA list of the node ids to remove from the replication group or node group (shard).
VersionstringThe version of the API.