deploy_virtual_machine
Create and configure a virtual machine using specified service offering, template, and zone IDs on the CloudStack MCP Server. Optionally, assign a name, networks, security groups, SSH key pairs, and user data.
Instructions
Deploy a new virtual machine
Input Schema
Name | Required | Description | Default |
---|---|---|---|
displayname | No | VM display name | |
keypair | No | SSH key pair name | |
name | No | VM name | |
networkids | No | Network IDs (comma-separated) | |
securitygroupids | No | Security group IDs (comma-separated) | |
serviceofferingid | Yes | Service offering ID | |
templateid | Yes | Template ID | |
userdata | No | User data (base64 encoded) | |
zoneid | Yes | Zone ID |