Articles on: Meteor Apps

How to transfer a Meteor application to another user/organization?

You can transfer your app by re-deploying it using a --transfer option and authorizing a hostname and account. The command would be something like:


DEPLOY_HOSTNAME=[your_region] meteor authorized [your_existing_hostname] --transfer [new_account_name]


You can read our documentation where we describe this process: Transfer Apps

Updated on: 23/03/2026