Lifecycle
Deployments
Create a new application from an uploaded zip
Accepts a multipart/form-data upload containing a single zip archive and starts the application. The response payload depends on the application language.
The caller must have at least 256 MB of available memory on their plan. Rate limited to 1 upload every 3 seconds per user.
post/v2/apps
Response
Upload accepted and the application provisioned. description and subdomain are present only when set in squarecloud.config; language is the detected runtime with version; ram/cpu are the allocated resources.
Changes
No recorded changes to this endpoint across all 1 revision of this API.