Server/Cloud Reboot

From INAP Dropzone API
(Difference between revisions)
Jump to: navigation, search
(Created page with "The reboot command reboots servers by momentarily interrupting the power to the server. When used with a private or public cloud server a g...")
 

Revision as of 19:03, 13 March 2012

The reboot command reboots servers 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