Skip to content
Last updated

Recovering a Deleted Workflow Project

You can only recover a deleted workflow project if the deletion was made via the TD Console. Unfortunately, if you delete a workflow project via the TD Toolbelt, it is unrecoverable.

TD Toolbelt (The Toolbelt is required to recover a deleted workflow project.)

Recover Your Project

  1. Create a workflow project using the same name as the deleted workflow project using TD Toolbelt.
$ td wf init <project name>  
  1. Upload the new project to Treasure Data using TD Toolbelt.
$ cd <project name>
$ td wf push <project name>  
  1. Check the project revision on the revision history on TD Console.

  1. Download the Project from TD Toolbelt by specifying the revision.
$ td wf download <project name> -r <revision id>  
  1. Upload the downloaded project to Treasure Data.
$ cd <download project>
$ td wf push <project name>