Database
Create Database
Creates a Database instance hosted on Square Cloud.
POST
Create Database
Documentation Index
Fetch the complete documentation index at: https://docs.squarecloud.app/llms.txt
Use this file to discover all available pages before exploring further.
Request
Headers
The API key for your account. You can find this in your account settings.
Body
The name of the Database. Must be [a-z] [A-Z] [0-9].
The RAM allocated to it. Redis minimum is 512 and Mongo, 1024.
The database type, mongo, redis, postgres, mysql.
The version of Database.\
Postgres 17.6, MySQL 9.5, Mongo 8.0.11, Redis 7.4.5.
Response
Indicates whether the call was successful..
success if successful, error if not.The contents of the response.
Create Database

