create_instance
Provision a new Compute Engine instance in GCP by specifying project, zone, instance name, machine type, source image, boot disk size, network, and IP settings. Returns the creation status.
Instructions
Input Schema
Name | Required | Description | Default |
---|---|---|---|
boot_disk_size_gb | No | ||
external_ip | No | ||
instance_name | Yes | ||
machine_type | Yes | ||
network | No | default | |
project_id | Yes | ||
source_image | Yes | ||
subnet | No | ||
zone | Yes |