Saltar para o conteúdo principal

List Apps

GET
Returns all apps in your workspace. Pass ?workspaceId= to target a specific workspace when using an API key.
Response

Get App

GET /api/apps/:appId

Deploy from ZIP

POST /api/apps/deploy
Upload a ZIP file and deploy a new application.
Language=bash

Deploy from GitHub Repo

POST /api/apps/deploy-from-repo
Deploy from a connected GitHub repository.

Inspect Env

POST /api/apps/inspect-env
Upload a ZIP and detect required environment variables without deploying.

Start App

POST /api/apps/:appId/start

Stop App

POST /api/apps/:appId/stop

Restart App

POST /api/apps/:appId/restart

Delete App

DELETE /api/apps/:appId

Get Logs

GET /api/apps/:appId/logs

Get Environment Variables

GET /api/apps/:appId/env
Returns decrypted environment variables.
Response

Set Environment Variables

PUT /api/apps/:appId/env
Merges new variables into existing ones.
Language=bash

Update Settings

PUT /api/apps/:appId/settings
Updates app settings. When runtime-affecting fields change, the container is restarted.

Get Build History

GET /api/apps/:appId/builds
Returns recent deploy build entries.
Última modificação em 19 de julho de 2026