Restores an application from a specific backup by its ID.
appId-orgId
.success
if successful, error
if not.error
if not successful.UNAUTHORIZED
: The user is not authenticated or lacks sufficient permissions.FORBIDDEN
: The user does not have permission to access the application.APP_NOT_FOUND
: The specified application does not exist.BACKUP_NOT_FOUND
: The specified backup does not exist.BACKUP_DATA_NOT_FOUND
: The backup data could not be retrieved.INVALID_LANGUAGE
: The programming language could not be detected.NO_CONFIG_FILE
: The backup does not contain a configuration file.INVALID_CONFIG
: The configuration file is invalid.INVALID_MEMORY
: The requested memory is invalid or exceeds plan limits.FAILED_TO_RESTORE_BACKUP
: The backup restoration failed.FAILED_TO_REBUILD_APP
: The application could not be rebuilt after restoration.OWNER_APP_WITHOUT_LIMITS
: The owner’s plan limits could not be found.