Create Compute Instance
gcp-compute-create-instanceCreate a Compute Engine VM instance by specifying name, zone, image, network, machine type, and optional startup script. Provision with sensible defaults for quick setup.
Instructions
Create a Compute Engine VM instance with simple parameters
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name for the new instance | |
| zone | Yes | Zone for the instance (e.g., us-central1-a) | |
| image | No | Disk image to use | projects/debian-cloud/global/images/family/debian-11 |
| network | No | Network resource path | global/networks/default |
| machineType | No | Machine type short name (e.g., e2-medium) | e2-medium |
| startupScript | No | Optional startup script to run on instance creation |