Skip to main content
POST
cURL

Autorisierungen

Authorization
string
header
erforderlich

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Pfadparameter

baseId
string
erforderlich

Project ID

appId
string
erforderlich

App ID

Body

application/json
showBadge
boolean

Antwort

200 - text/event-stream

Server-sent app deployment progress events

id
string
erforderlich
step
enum<string>
erforderlich
Verfügbare Optionen:
prepare,
version-save,
env,
provider,
artifact-build,
artifact-upload,
runtime-create,
runtime-activate,
project-setup,
env-setup,
domain-setup,
files-prepare,
deployment-create,
status-check,
finalize
status
enum<string>
erforderlich
Verfügbare Optionen:
pending,
running,
success,
failed
message
string
erforderlich
timestamp
number
erforderlich
provider
string
version
number
deploymentId
string
publicUrl
string
error
string
Zuletzt geändert am 15. September 2026