

# Update state for one routing control
<a name="update-routing-control-state"></a>

The following is an example of a request to update a routing control state to be ON. Updating a routing control state doesn't return a response.

For more information, see [UpdateRoutingControlState](https://docs.aws.amazon.com/routing-control/latest/APIReference/API_UpdateRoutingControlState.html) in the Recovery Control Configuration API Reference Guide for Amazon Application Recovery Controller.

```
aws route53-recovery-cluster update-routing-control-state \
			--routing-control-arn arn:aws:route53-recovery-control::888888888888:controlpanel/zzz123yyy456xxx789zzz123yyy456xxx/routingcontrol/abcdefg1234567 \
			--routing-control-state On \
			--region us-west-2 \
			--endpoint-url https://host-dddddd.us-west-2.example.com/v1
```