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 RebootInstances. Parameter names are case sensitive.

NameDescriptionRequired

instancesSet

One or more instance IDs.

Type: xsd:string[]

Yes

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

NameDescription

result

true if the operation succeeded.

Type: xsd:boolean

<RebootInstances xmlns="http://ec2.amazonaws.com/doc/2008-02-01">
    <instancesSet>
      <item>
        <instanceId>i-28a64341</instanceId>
      </item>
    </instancesSet>
</RebootInstances>
<RebootInstancesResponse xmlns="http://ec2.amazonaws.com/doc/2008-02-01">
      <return>true</return>
</RebootInstancesResponse>