Welcome to LaunchverseQuickstartDashboard Overview
Deployment GuideEnvironment Variables & SecretsCustom DomainsTeam ManagementPreview EnvironmentsRollback & PromoteWeb ShellHow Builds Work (Forge)
AuthenticationProjectsDeploymentsDomainsDatabasesError Codes & Conventions
JavaScript SDKPython SDK
Changelog
API Reference (Redoc)

Databases API

Provision and manage managed database instances.

List Databases

GET /api/v1/projects/:id/databases

Returns all managed databases for a project.

Provision a Database

POST /api/v1/projects/:id/databases

Provision a new managed database. Supported types: PostgreSQL, MySQL, MariaDB, MongoDB, Redis, DragonFly, KeyDB, Clickhouse.

Get Connection Details

GET /api/v1/projects/:id/databases/:database_id

Returns connection string, host, port, and credentials.

Delete a Database

DELETE /api/v1/projects/:id/databases/:database_id

Deletes the database and all data. This action is irreversible.

Edit this page on GitHub↗