Server/Cloud Reboot

From INAP Dropzone API
Revision as of 19:39, 19 September 2013 by Marc Bollinger (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

The server reboot command will reboot your Dedicated Server by momentarily interrupting the power to the server.

When used with a private or public cloud server a graceful reboot will be attempted.

If a graceful reboot does not work on a private cloud server, /force/ can be added to the patch to trigger a hard reboot.

Contents

Path

  • /server/reboot/{$serverid}
  • /server/reboot/force/{$serverid} (only available for private cloud servers)

Method

Availability

Required Data Parameters

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

Optional Data Parameters

  • None

Returned Data

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