Welcome to LaunchVerseQuickstartDashboard OverviewImporting Projects
LaunchVerse ForgeScale-to-ZeroEnvironment Variable VersioningRollbacks & PromotionsPreview Environments
Helix CopilotEphemeral SandboxesAI Log Explainer
The LaunchVerse EdgeCustom Domains & TLSDomain PurchasingTwo-Factor Authentication (TOTP)IP Allowlists
Managed DatabasesDatabase Backups & RestoresLog DrainsObservability
Project GroupsRole-Based Access Control (RBAC)
Student ProgramDeveloper Streaks
AuthenticationProjectsDeploymentsDomainsDatabasesError Codes & Conventions
Changelog
Deployment GuideEnvironment Variables & SecretsTeam ManagementWeb ShellHow Builds Work (Forge)
JavaScript SDKPython SDK
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↗