RebootInstances From Amazon Elastic Compute Cloud: 2009-10-31 previous page next page RebootInstancesDescriptionRequests 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 you. Requests to reboot terminated instances are ignored.NoteIf a Linux/UNIX instance does not cleanly shut down within four minutes, Amazon EC2 will perform a hard reboot.Request ParametersNameDescriptionRequiredInstanceId.n One or more instance IDs. Type: String Default: None YesResponse ElementsNameDescriptionRebootInstancesResponseTypeRebootInstancesResponseType element. Type: RebootInstancesResponseType Ancestor: None Children: requestId, returnrequestId The ID of the request. Type: xsd:string Ancestor: RebootInstancesResponseType Children: None return Returns true if successful. Otherwise, returns an error. Type: xsd:boolean Ancestor: RebootInstancesResponseType Children: None Examples Example Request This example reboots an instance. https://ec2.amazonaws.com/?Action=RebootInstances&AuthParams Example Response <RebootInstancesResponse xmlns="http://ec2.amazonaws.com/doc/2009-10-31/"> <return>true</return> </RebootInstancesResponse> Related Operations RunInstances previous page start next page