Documentation

Guides, tutorials, and API reference to help you deploy and scale on dploy.in.

Getting Started

Create your first service, connect a repo, and deploy in minutes.

Service Types

Web services, static sites, workers, cron jobs, and private services.

Databases

Managed PostgreSQL setup, backups, scaling, and connection guides.

API Reference

Full REST API documentation for managing services programmatically.

dploy CLI

Manage your services from the command line. Deploy, scale, view logs, and more — all from your terminal.

$ npm install -g @dploy/cli
$ dploy login
✓ Authenticated as dev@example.com
$ dploy deploy --service my-api
Building...
✓ Deployed v12 → https://my-api.dploy.in

REST API

Full programmatic access to every dploy.in feature. Automate deployments, manage resources, and integrate with your workflow.

GET /v1/services
POST /v1/services
POST /v1/services/:id/deploys
GET /v1/services/:id/logs
PATCH /v1/services/:id/scale
196 endpoints documented