Skip to main content
On-demand database services that run inside your pod. Available services: MySQL, PostgreSQL, and Redis.
Services require the Build plan or higher. Pods on the Launch plan will receive a 403 error.

List Services

Response: 200 OK
Returns [] when no services are installed. Failed services include an error_msg field. Service statuses: installing, running, stopped, error

Install a Service

Request Body:
Valid types: mysql, postgresql, redis Response: 202 Accepted Returns the service object with status: "installing". Installation runs in the background — poll the list endpoint until status changes to running. Errors:

Remove a Service

Response: 200 OK

Get Credentials

Response: 200 OK
Credentials are auto-generated during installation. The password is randomly generated and stored in the database.

Connection Examples

MySQL:
PostgreSQL:
Redis: