Build virtual machine
Builds a new virtual machine based on the arguments provided to this endpoint. Virtual machines will be built in the background. This task will return an task object that will allow you to monitor the build process using the appropriate API action. This action only offers a small subset of the full functionality needed when provisioning virtual machines - see the `build_from_spec` action for a full advanced virtual machine creation method.
POST organizations/{organization}/virtual_machines/build
Build virtual machine (from spec)
Builds a new virtual machine by receiving a virtual machine spec document.
POST organizations/{organization}/virtual_machines/build_from_spec
Get virtual machine build
Return virtual machine build information.
GET virtual_machines/builds/{virtual_machine_build}