create_database
Create a database on a server, optionally with a dedicated user and password. Auto-generates credentials when omitted.
Instructions
Create a new database on a server (optionally with a dedicated user/password — Ploi auto-generates both when omitted).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| server_id | Yes | The ID of the server | |
| name | Yes | The database name | |
| user | No | Optional database user to create (auto-generated if omitted) | |
| password | No | Optional password for that user (auto-generated if omitted) |