Skip to main content
POST
Create deployment

Authorizations

X-API-Key
string
header
required

API key for authentication. Each key is bound to a specific account.

Path Parameters

service_id
string
required

App service ID (UUID) or short id (the service_id field)

Body

application/json

Provide a source_blob_key or an image_ref. Git-connected services deploy their branch head when neither is given.

channel
enum<string>
Available options:
console,
git_push,
cli,
compose
source_blob_key
string

Blob key from a completed source upload

image_ref
string

Prebuilt image reference

Response

Deployment queued

success
boolean
deployment
object
Last modified on August 26, 2026