AWS SDK for .NET Documentation
RebootCluster Method (request)
AmazonAmazon.RedshiftAmazonRedshiftClientRebootCluster(RebootClusterRequest) Did this page help you?   Yes   No    Tell us about it...
Reboots a cluster. This action is taken as soon as possible. It results in a momentary outage to the cluster, during which the cluster status is set to
CopyC#
rebooting
. A cluster event is created when the reboot is completed. Any pending cluster modifications (see ModifyCluster) are applied at this reboot. For more information about managing clusters, go to Amazon Redshift Clusters in the Amazon Redshift Management Guide
Declaration Syntax
C#
public RebootClusterResponse RebootCluster(
	RebootClusterRequest request
)
Parameters
request (RebootClusterRequest)
Container for the necessary parameters to execute the RebootCluster service method.
Return Value
The response from the RebootCluster service method, as returned by Redshift.
Exceptions
ExceptionCondition
ClusterNotFoundException The ClusterIdentifier parameter does not refer to an existing cluster.
InvalidClusterStateException The specified cluster is not in the
CopyC#
available
state.

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)