Bundle export-import. Restore info from deleted files

So this week I figured out how the API commands work to restore previous versions of existing analyses thanks to this post: Bundle export-import. Restore info from dependencies

What I could not figure out is how to restore a deleted analysis using start-asset-bundle-import-job. Seems that first I have to restore it using RestoreAnalysis - Amazon QuickSight and then I have to call start-asset-bundle-import-job?

Hi @albmargar

Yes, your start bundle export job will fail with resource not found if you try to create a bundle from a deleted analysis. You need to first restore it before a bundle export job can be run from it.

1 Like

Thanks @olivia, just wanted to make sure this is the way to go!

1 Like