Server/Cloud Bailout

From INAP Dropzone API
(Difference between revisions)
Jump to: navigation, search
Line 5: Line 5:
 
==Method==
 
==Method==
 
*[[glossary#GET|GET]]
 
*[[glossary#GET|GET]]
*[[glossary#POST|POST]]
 
  
 
==Availability==
 
==Availability==

Revision as of 18:52, 4 April 2012

The server bailout command will boot a dedicated server or a virtual machine into bailout mode or bring it back into regular mode.

Contents

Path

  • /server/bailout/{$serverid}/{$action}

Method

Availability

Required Data Parameters

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

Optional Data Parameters

  • {$action}: Allows for the bailout mode to be started or stopped, start or stop can be used.

Returned Data

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