Create Application
Applications
Create Application
Creates a new application with the provided configuration and files.
POST
Create Application
Documentation Index
Fetch the complete documentation index at: https://docs.vertracloud.app/llms.txt
Use this file to discover all available pages before exploring further.
The ZIP file containing the application code (maximum size: 100 MB).
The amount of RAM to allocate for the application in MB.
Whether the application should restart automatically (
true or false). Requires plan support for auto-restart.The application startup command.
The main file of the application.
The application runtime version (
recommended or latest).The application name.
An application description.
The workspace ID to associate with the application, if applicable.
The subdomain for the application (e.g.,
myapp). Requires plan support for web publishing.A JSON string containing an array of environment variables, each with
key and value properties (maximum 25 variables, maximum key length 100, maximum value 1000).Response
The details of the created application.
Error Responses
The error code indicating the reason for the failure. Possible values:
UNAUTHORIZED: The user is not authenticated or does not have sufficient permissions.USER_NOT_FOUND: The user’s plan was not found.NO_FILE_UPLOADED: No file was uploaded.FILE_TOO_LARGE: The uploaded file exceeds the 100 MB limit.INVALID_VERSION: The specified version is notrecommendedorlatest.TOO_MANY_ENV_VARIABLES: More than 25 environment variables were provided.ENV_VARIABLE_TOO_LONG: An environment variable key or value exceeds length limits.INVALID_MEMORY: The requested memory is invalid or exceeds plan limits.SUBDOMAIN_ALREADY_IN_USE: The specified subdomain is already in use.INVALID_SUBDOMAIN_LENGTH: The subdomain length is invalid (must be 5-63 characters).FORBIDDEN_SUBDOMAIN: The specified subdomain is restricted.
A descriptive message providing additional details about the error.