timeweb_create_database
Create a new database cluster specifying type, name, and preset. Supports MySQL, PostgreSQL, Redis, MongoDB, and ClickHouse with location and admin credentials.
Instructions
Create a new database cluster
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Database name | |
| type | Yes | Database type | |
| login | No | Admin login (default: admin) | |
| format | No | Output format: 'markdown' for human-readable or 'json' for machine-readable | |
| location | No | Database location | |
| password | No | Admin password (auto-generated if not provided) | |
| hash_type | No | MySQL password hash type | |
| preset_id | Yes | Database preset ID |