databases_create_instance
Create a Managed Database instance on Scaleway. Specify engine, user credentials, and node type to provision a scalable database with optional high availability and custom storage.
Instructions
Create a Managed Database 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. | |
| engine | Yes | Database engine version, e.g. ``PostgreSQL-15`` or ``MySQL-8``. | |
| region | No | Region. Defaults to the configured region. | |
| password | Yes | Password for the initial admin user. | |
| node_type | Yes | Node type, e.g. ``DB-DEV-S`` or ``DB-GP-XS``. | |
| user_name | Yes | Name of the initial admin user to create. | |
| project_id | No | Optional project ID. Defaults to the configured project. | |
| volume_size | No | Block storage volume size in bytes (default 5 GB). | |
| is_ha_cluster | No | Whether to provision a high-availability cluster. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||