API referenceApplicationsDeploy servers
Create (and by default instantly deploy) an application from a docker image in the worker's local registry. Push the app folder with create_deploy_servers_id_artifacts and docker build+push on the worker FIRST. Returns the app uuid and public URL — poll get_deploy_servers_id_applications until status starts with 'running'.
Requires the deploy_servers:manage permission.
AuthorizationBearer <token>
An access token from this zone's POST /oauth/token, or a session token from POST /api/v1/auth/login. Send it as Authorization: Bearer <token>.
In: header
Path Parameters
id*string
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/api/v1/deploy-servers/string/applications" \ -H "Content-Type: application/json" \ -d '{ "name": "string" }'{ "image": "string", "name": "string", "status": "string", "tag": "string", "url": "string", "uuid": "string"}