Server/Cloud Reboot

From INAP Dropzone API
(Difference between revisions)
Jump to: navigation, search
Line 1: Line 1:
The reboot command will reboot your server by momentarily interrupting the power to the server.
+
The reboot command will reboot your [[Dedicated Server]] or [[Virtual Machine|virtual machine]] by momentarily interrupting the power to the server.
  
 
When used with a [[Private Cloud|private]] or [[Public Cloud|public]] cloud server a graceful reboot will be attempted.
 
When used with a [[Private Cloud|private]] or [[Public Cloud|public]] cloud server a graceful reboot will be attempted.

Revision as of 19:05, 13 March 2012

The reboot command will reboot your Dedicated Server or virtual machine by momentarily interrupting the power to the server.

When used with a private or public cloud server a graceful reboot will be attempted.

Contents

Path

  • /server/reboot/{$serverid}

Method

  • POST

Availability

Required Data Parameters

  • {$serverid}

Optional Data Parameters

  • none

Returned Data

stdClass Object(
  [success] => TRUE/FALSE
)
Personal tools