Server/Cloud Reboot

From INAP Dropzone API
(Difference between revisions)
Jump to: navigation, search
(Path)
 
(One intermediate revision by one user not shown)
Line 2: Line 2:
  
 
When used with a [[servers#Private Cloud|private]] or [[servers#Public Cloud|public]] cloud server a graceful reboot will be attempted.
 
When used with a [[servers#Private Cloud|private]] or [[servers#Public Cloud|public]] cloud server a graceful reboot will be attempted.
 +
 +
If a graceful reboot does not work on a [[servers#Private Cloud|private]] cloud server, /force/ can be added to the patch to trigger a hard reboot.
  
 
==Path==
 
==Path==
*/server/reboot/{$options}/{$serverid}
+
*/server/reboot/{$serverid}
 +
*/server/reboot/force/{$serverid} (only available for [[servers#Private Cloud|private]] cloud servers)
  
 
==Method==
 
==Method==

Latest revision as of 19:39, 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.

If a graceful reboot does not work on a private cloud server, /force/ can be added to the patch to trigger a hard reboot.

Contents

Path

  • /server/reboot/{$serverid}
  • /server/reboot/force/{$serverid} (only available for private cloud servers)

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