The ID of the application to restore the backup to. If the application belongs to an organization, include the organization ID in the format
appId-orgId
.The ID of the backup to restore.
Response
Indicates whether the call was successful.
success
if successful, error
if not.Details of the restored application.
Error Responses
Indicates whether the call was successful.
error
if not successful.The error code indicating the reason for failure. Possible values:
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.