Server/Cloud Reboot

From INAP Dropzone API
(Difference between revisions)
Jump to: navigation, search
Line 1: Line 1:
The [[Server|server]] reboot command will reboot your [[Dedicated Server]] by momentarily interrupting the power to the server.
+
The [[Server|server]] reboot command will reboot your [[servers#Dedicated Server|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 [[servers#Private Cloud|private]] or [[servers#Public Cloud|public]] cloud server a graceful reboot will be attempted.
  
 
==Path==
 
==Path==
Line 15: Line 15:
  
 
==Required Data Parameters==
 
==Required Data Parameters==
*{$serverid}
+
*{$serverid}: The server ID that is returned when using the [[Server List|list]] command.
  
 
==Optional Data Parameters==
 
==Optional Data Parameters==

Revision as of 23:09, 24 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}: The server ID that is returned when using the list command.

Optional Data Parameters

  • None

Returned Data

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