Skip to content

Deployments API

POST
/v1/services/:serviceId/deployments

Response:

{
"id": "uuid",
"serviceId": "uuid",
"status": "building",
"triggeredBy": "manual",
"createdAt": "2026-03-28T00:00:00Z"
}
GET
/v1/services/:serviceId/deployments?page=1&limit=20
GET
/v1/services/:serviceId/deployments/:deploymentId
GET
/v1/services/:serviceId/deployments/:deploymentId/logs

Returns build/deployment logs as sanitized text.

StatusDescription
queuedWaiting to build
buildingBuild in progress
deployingBuild complete, deploying container
runningSuccessfully deployed and live
failedBuild or deployment failed
cancelledCancelled by user