Deploy Project API

The Deploy Project API facilitates the deployment of projects based on user-specified project IDs. Users are required to upload a compressed project archive to initiate and complete the deployment process efficiently.

Deploy Project

post

The deployment is completed by uploading files.

Header parameters
tokenstringOptionalExample: Your Auth Token
Body
filestring · binaryOptional
projectIdstringOptionalExample: Test ProjectId
Responses
200

Successful Deployment

application/json
post
/deploy
200

Successful Deployment

If you have any questions, please join our Discord server, or send us an email at [email protected].

Last updated