Server/Cloud Reinstall

From INAP Dropzone API
(Difference between revisions)
Jump to: navigation, search
Line 16: Line 16:
  
 
==Optional Data Parameters==
 
==Optional Data Parameters==
*{$osid}: Operating system ID
+
*{$auto}: Set to true for an automatic installation
  
 
==Returned Data==
 
==Returned Data==

Revision as of 19:53, 4 June 2019

The server reinstall command will reinstall the last used operating system on the server

Contents

Path

  • /server/reinstall/{$serverid}

Method

Availability

Required Data Parameters

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

Optional Data Parameters

  • {$auto}: Set to true for an automatic installation

Returned Data

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