Is there any best way to move all teh task from one Morpehus appliances to other?

We are creating a new env and we would like to move all the tasks from one env to anotehr env.
what is the best approach? API? or CLI?
looks like there is no API call to create a task,
1, i have exported all teh tasks in JSON format from one env and scrubbed the data to match the new env.
2. but i am not able to import them using CLI add task,

any help?

You will want to take a look at the import/export feature in Morpheus.
https://docs.morpheusdata.com/en/latest/provisioning/code/code.html#import-and-export

Here is the API endpoint to create a task: Creates a Task but import/export will be your best option :slight_smile:

1 Like