Server/Cloud Reinstall

From INAP Dropzone API
(Difference between revisions)
Jump to: navigation, search
 
Line 17: Line 17:
 
==Optional Data Parameters==
 
==Optional Data Parameters==
 
*{$auto}: Set to true for an automatic installation
 
*{$auto}: Set to true for an automatic installation
 +
*{$osid}: id of operating system you would like to reinstall with
  
 
==Returned Data==
 
==Returned Data==
 
<pre>
 
<pre>
 
stdClass Object(
 
stdClass Object(
   [success] => TRUE/FALSE
+
   [success] => TRUE/FALSE,
 +
  [password] => $password
 
)
 
)
 
</pre>
 
</pre>

Latest revision as of 14:42, 23 October 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
  • {$osid}: id of operating system you would like to reinstall with

Returned Data

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