instances_create_server
Create a compute instance on Scaleway by specifying type and image. The instance is tagged for identification and safe deletion.
Instructions
Create a compute instance.
The instance is tagged created_by=scaleway-mcp so it can later be
identified and safely deleted by this server.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Optional instance name (a random one is generated if omitted). | |
| tags | No | Optional additional tags. | |
| zone | No | Availability zone. Defaults to the configured zone. | |
| image | Yes | Image ID or label (e.g. ``ubuntu_jammy``). | |
| project | No | Optional project ID. Defaults to the configured project. | |
| commercial_type | Yes | Instance type, e.g. ``DEV1-S``, ``GP1-XS``, ``PLAY2-PICO``. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||