Server/Cloud Bailout

From INAP Dropzone API
(Difference between revisions)
Jump to: navigation, search
(Optional Data Parameters)
(Optional Data Parameters)
Line 15: Line 15:
  
 
==Optional Data Parameters==
 
==Optional Data Parameters==
*{$action}: Allows for the bailout mode to be started or stopped, start or stop can be used. If no value is passed, stop is assumed.
+
*{$action}: Allows for the bailout mode to be started or stopped, start or stop can be used. If no value is passed, start is assumed.
  
 
==Returned Data==
 
==Returned Data==

Revision as of 20:56, 9 October 2013

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

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. If no value is passed, start is assumed.

Returned Data

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