create_instance
Create a new Scaleway compute instance with a specified name, type, and image. Optionally, set the zone and tags for the instance.
Instructions
Create a new compute instance.
Args: name: Name for the new instance instance_type: Instance type (e.g., DEV1-S, GP1-XS, PLAY2-NANO) image_id: Image ID to use for the instance zone: Scaleway zone (e.g., fr-par-1). If not provided, uses default zone. tags: Optional list of tags for the instance
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| tags | No | ||
| zone | No | ||
| image_id | Yes | ||
| instance_type | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |