Server/Cloud Reboot

From INAP Dropzone API
(Difference between revisions)
Jump to: navigation, search
(Method)
Line 1: Line 1:
The reboot command will reboot your [[Dedicated Server]] by momentarily interrupting the power to the server.
+
The [[Server|server]] reboot command will reboot your [[Dedicated Server]] 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.
Line 7: Line 7:
  
 
==Method==
 
==Method==
*[[GET]]
+
*[[glossary#get|GET]]
  
 
==Availability==
 
==Availability==

Revision as of 20:55, 19 March 2012

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/{$serverid}

Method

Availability

Required Data Parameters

  • {$serverid}

Optional Data Parameters

  • None

Returned Data

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