"migrate" instance between appliances

Hello,
We are using morpheus to deploy VM in azure.
2 VMs were mistakenly deployed from our dev appliance instead of the prd one.
Now, how can i “migrate” them ? I can’t find something like “unmanage”, for the devellopment appliance to “forget” my instances…

regards,
Matthieu

Greenfield (provisioned) systems do not have the ability to unmanage or delete without infrastructure.

The VM could be managed under 2 environments, and would be considered a Brownfield in the production environment. If there is an agent, the agent configuration will need to be updated to point to the new environment, API key, and a morpheus-node-ctl reconfigure ran to apply so it’s primary environment is reflected.

Thank you chris.
I will look at that