Server/Cloud Reinstall

From INAP Dropzone API
Jump to: navigation, search

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