Cloud Start VM

From INAP Dropzone API
(Difference between revisions)
Jump to: navigation, search
(Method)
Line 1: Line 1:
The start VM command will allow you to turn on a stopped [[Virtual Machine|virtual machine]].
+
The [[Server|server]] start VM command will allow you to turn on a stopped [[Virtual Machine|virtual machine]].
 
==Path==
 
==Path==
 
*/server/startvm/{$serverid}
 
*/server/startvm/{$serverid}
  
 
==Method==
 
==Method==
*[[GET]]
+
*[[glossary#get|GET]]
  
 
==Availability==
 
==Availability==

Revision as of 20:55, 19 March 2012

The server start VM command will allow you to turn on a stopped virtual machine.

Contents

Path

  • /server/startvm/{$serverid}

Method

Availability

Required Data Parameters

  • {$serverid}

Optional Data Parameters

  • None

Returned Data

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