RebootInstances

The RebootInstances operation requests a reboot of one or more instances. This operation is asynchronous; it only queues a request to reboot the specified instance(s). The operation will succeed if the instances are valid and belong to the user. Requests to reboot terminated instances are ignored.

The following table describes the request parameters for RebootInstance. Parameter names are case sensitive.

NameDescriptionRequired

InstanceId.n

One or more instance IDs.

Type: String

Yes

The following table describes the default response tags included in RebootInstances responses.

NameDescription
result

true if the operation succeeded.

Type: xsd:boolean

https://ec2.amazonaws.com/
?Action=RebootInstances
&InstanceId.1=i-2ea64347
&InstanceId.2=i-21a64348
&...auth parameters...
<RebootInstancesResponse xmlns="http://ec2.amazonaws.com/doc/2008-02-01">
      <return>true</return>
</RebootInstancesResponse>