Cloud Stop VM

From INAP Dropzone API
(Difference between revisions)
Jump to: navigation, search
 
(2 intermediate revisions by one user not shown)
Line 1: Line 1:
The [[Server|server]] stop VM command will allow you to turn off a running [[Virtual Machine|virtual machine]].
+
The [[Server|cloud]] stop VM command will allow you to turn off a running [[glossary#Virtual Machine|virtual machine]].
 
==Path==
 
==Path==
 
*/server/stopvm/{$serverid}
 
*/server/stopvm/{$serverid}
Line 7: Line 7:
  
 
==Availability==
 
==Availability==
*[[Private Cloud]]
+
*[[servers#Private Cloud|Private Cloud]]
*[[Public Cloud]]
+
*[[servers#Public Cloud|Public Cloud]]
  
 
==Required Data Parameters==
 
==Required Data Parameters==
*{$serverid}
+
*{$serverid}: The server ID that is returned when using the [[Server List|list]] command.
  
 
==Optional Data Parameters==
 
==Optional Data Parameters==

Latest revision as of 23:46, 5 April 2012

The cloud stop VM command will allow you to turn off a running virtual machine.

Contents

Path

  • /server/stopvm/{$serverid}

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