Creates a new application with the provided configuration and files.
true
or false
). Requires plan support for auto-restart.recommended
or latest
).myapp
). Requires plan support for web publishing.key
and value
properties (max 25 variables, key max length 100, value max length 1000).success
if successful, error
if not.error
if not successful.UNAUTHORIZED
: The user is not authenticated or lacks sufficient permissions.USER_NOT_FOUND
: The user’s plan could not be 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 not recommended
or latest
.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.