Server/Cloud Reboot

From INAP Dropzone API
(Difference between revisions)
Jump to: navigation, search
(Path)
Line 4: Line 4:
  
 
==Path==
 
==Path==
*/server/reboot/{$serverid}
+
*/server/reboot/{$options}/{$serverid}
  
 
==Method==
 
==Method==

Revision as of 19:35, 19 September 2013

The server reboot command will reboot your Dedicated Server 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/{$options}/{$serverid}

Method

Availability

Required Data Parameters

  • {$serverid}: The server ID that is returned when using the list command.

Optional Data Parameters

  • None

Returned Data

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