launch_instance
Launch an Oracle Cloud compute instance by specifying compartment, shape, subnet, image, and SSH key. Supports flexible shapes with configurable OCPUs and memory.
Instructions
Launch a compute instance. Use shape_ocpus/memory for flex shapes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| compartment_id | Yes | ||
| display_name | Yes | ||
| shape | Yes | ||
| subnet_id | Yes | ||
| image_id | Yes | ||
| ssh_public_key | Yes | ||
| availability_domain | No | ||
| user_data_b64 | No | ||
| assign_public_ip | No | ||
| shape_ocpus | No | ||
| shape_memory_in_gbs | No |