Skip to main content
Manage database services installed inside your pods. Aliases: service, svc.

List Services

Shows all installed services with their status, type, port, and version. Failed services display their error message inline.

Install a Service

Alias: services install.

Wait for Installation

Service installation runs in the background (typically 8-15 seconds). Use -w to block until ready:
If installation fails, the -w flag shows the actual error reason instead of just “failed”.

Install Flags

Remove a Service

Aliases: rm, delete, uninstall.
Removing a service deletes all its data permanently. There is no undo.

Get Credentials

Aliases: credentials, info. Displays connection details and a ready-to-use connection command:
Connection commands vary by service:
  • MySQL: mysql -u instapod -p<password> instapod
  • PostgreSQL: PGPASSWORD=<password> psql -U instapod -d instapod
  • Redis: redis-cli

Available Services

Services require the Build plan or higher. Launch plan pods cannot install services. Upgrade your pod’s plan with instapods pods resize my-app --plan build to enable services.
See the Services section for detailed usage guides for each database.