On-demand database services that run inside your pod. Available services: MySQL, PostgreSQL, and Redis.Documentation Index
Fetch the complete documentation index at: https://docs.instapods.com/llms.txt
Use this file to discover all available pages before exploring further.
Services require the Build plan or higher. Pods on the Launch plan will receive a
403 error.List Services
200 OK
[] when no services are installed. Failed services include an error_msg field.
Service statuses: installing, running, stopped, error
Install a Service
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.
| Defaults | MySQL | PostgreSQL | Redis |
|---|---|---|---|
| Port | 3306 | 5432 | 6379 |
| Version | 8.0 | 14 | 7 |
| Username | instapod | instapod | — |
| Database | instapod | instapod | — |
| Code | Reason |
|---|---|
400 | Invalid service type, pod not running |
403 | Launch plan — upgrade required |
409 | Service already installed |
Remove a Service
200 OK
Get Credentials
200 OK