Skip Navigation
Show nav
Dev Center
  • Get Started
  • Documentation
  • Changelog
  • Search
  • Get Started
    • Node.js
    • Ruby on Rails
    • Ruby
    • Python
    • Java
    • PHP
    • Go
    • Scala
    • Clojure
    • .NET
  • Documentation
  • Changelog
  • More
    Additional Resources
    • Home
    • Elements
    • Products
    • Pricing
    • Careers
    • Help
    • Status
    • Events
    • Podcasts
    • Compliance Center
    Heroku Blog

    Visit the Heroku Blog

    Find news and updates from Heroku in the blog.

    Visit Blog
  • Log inorSign up
Hide categories

Categories

  • Heroku Architecture
    • Compute (Dynos)
      • Dyno Management
      • Dyno Concepts
      • Dyno Behavior
      • Dyno Reference
      • Dyno Troubleshooting
    • Stacks (operating system images)
    • Networking & DNS
    • Platform Policies
    • Platform Principles
  • Developer Tools
    • Command Line
    • Heroku VS Code Extension
  • Deployment
    • Deploying with Git
    • Deploying with Docker
    • Deployment Integrations
  • Continuous Delivery & Integration (Heroku Flow)
    • Continuous Integration
  • Language Support
    • Node.js
      • Working with Node.js
      • Node.js Behavior in Heroku
      • Troubleshooting Node.js Apps
    • Ruby
      • Rails Support
      • Working with Bundler
      • Working with Ruby
      • Ruby Behavior in Heroku
      • Troubleshooting Ruby Apps
    • Python
      • Working with Python
      • Background Jobs in Python
      • Python Behavior in Heroku
      • Working with Django
    • Java
      • Java Behavior in Heroku
      • Working with Java
      • Working with Maven
      • Working with Spring Boot
      • Troubleshooting Java Apps
    • PHP
      • PHP Behavior in Heroku
      • Working with PHP
    • Go
      • Go Dependency Management
    • Scala
    • Clojure
    • .NET
      • Working with .NET
  • Databases & Data Management
    • Heroku Postgres
      • Postgres Basics
      • Postgres Getting Started
      • Postgres Performance
      • Postgres Data Transfer & Preservation
      • Postgres Availability
      • Postgres Special Topics
      • Migrating to Heroku Postgres
    • Heroku Key-Value Store
    • Apache Kafka on Heroku
    • Other Data Stores
  • AI
    • Model Context Protocol
    • Vector Database
    • Heroku Inference
      • Inference Essentials
      • AI Models
      • Inference API
      • Quick Start Guides
    • Working with AI
  • Monitoring & Metrics
    • Logging
  • App Performance
  • Add-ons
    • All Add-ons
  • Collaboration
  • Security
    • App Security
    • Identities & Authentication
      • Single Sign-on (SSO)
    • Private Spaces
      • Infrastructure Networking
    • Compliance
  • Heroku Enterprise
    • Enterprise Accounts
    • Enterprise Teams
    • Heroku Connect (Salesforce sync)
      • Heroku Connect Administration
      • Heroku Connect Reference
      • Heroku Connect Troubleshooting
  • Patterns & Best Practices
  • Extending Heroku
    • Platform API
    • App Webhooks
    • Heroku Labs
    • Building Add-ons
      • Add-on Development Tasks
      • Add-on APIs
      • Add-on Guidelines & Requirements
    • Building CLI Plugins
    • Developing Buildpacks
    • Dev Center
  • Accounts & Billing
  • Troubleshooting & Support
  • Integrating with Salesforce
  • Collaboration
  • Transferring Apps

Transferring Apps

English — 日本語に切り替える

Last updated April 07, 2025

Table of Contents

  • Initiate Transfer
  • Accept Transfer
  • Cancel Transfer
  • Downtime

You can transfer applications between Heroku accounts or to a team of which you are a member at any time via the Heroku Dashboard or the Heroku CLI command apps:transfer. After the transfer is complete, the original owner becomes a collaborator on the app. Billing responsibility transfers to the new owner upon accepting the transfer. The original owner is responsible for pro-rated usage up until that point.

If you are looking to transfer all apps within a pipeline and want to keep the pipeline intact you should use the pipeline ownership transfer. This will transfer the pipelines ownership including all apps within it. Transferring individual apps within a pipeline will remove them from the pipeline and it will need to be re-created by the new owner.

Initiate Transfer

Only the application owner can initiate a transfer request.

You can transfer apps to a collaborator on the app or to a team. If the user isn’t a collaborator, first add them as a collaborator. If you can’t see the team that you want to transfer the app to, ask the team admin to add you to the team.

Transfer an App with the CLI

To initiate the transfer of the application using the CLI, use apps:transfer. For example:

$ heroku apps:transfer -a <app-to-transfer> <collaborator-to-transfer-it-to@example.com>

Or

$ heroku apps:transfer -a <app-to-transfer> <team-name>

Bulk Transfer Multiple Apps with the CLI

To transfer multiple apps, use the --bulk flag:

$ heroku apps:transfer --bulk <collaborator-to-transfer-it-to@example.com>
? Select applications you would like to transfer (Press <space> to select, <a> to toggle all, <i> to inverse selection)
❯◯ myapp (heroku)
 ◯ myotherapp (heroku)

Transfer an App with the Dashboard

To initiate the transfer of the application using the Dashboard:

  1. In Dashboard, click the Settings tab of the application.
  2. Scroll down to the Transfer Ownership section.
  3. Click the Choose app owner field. The list of people who are collaborators on the app and the list of teams you belong to displays.
  4. Select an item from the list.
  5. Click Transfer app.

Bulk Transfer Multiple Apps with the Dashboard

  1. In Dashboard, click the name of the team you want to transfer apps to.
  2. Click the Transfer apps button.
  3. Use the select box to select apps from your personal apps list, or another team’s apps list.
  4. Select the apps you would like to transfer to the team.
  5. Click Transfer apps.

Transfer Apps Between Teams with the Dashboard

To initiate a transfer of one or more applications from one team to another using the Dashboard, follow the same steps as transferring multiple apps.

To transfer team-owned applications to collaborators, you must transfer the applications to a team member’s personal account first.

Accept Transfer

A pending transfer request appears near the top of the dashboard of the application being transferred.

Acceptance

You can accept or decline any transfer request you receive. You begin to accrue its usage/cost after accepting the transfer.

If we don’t have your payment method on file, we prompt you to add it before you can complete accepting the transfer.

To accept the transfer of an app using Eco dynos to your personal account, you must first subscribe to the Eco dynos plan. When transferring apps using Eco dynos from a Personal to a Heroku Team or an Enterprise Team account, the dynos are automatically upgraded to Basic.

We also ask for your payment information if verification is required.

Cancel Transfer

The owner can cancel the transfer request at any time before the new owner accepts or declines the request.

Downtime

The application continues to run during a transfer - no downtime is initiated. When transferring a personal application to an Enterprise Team, you may need to adjust the dyno type of the application, which causes a standard application restart.

Keep reading

  • Collaboration

Feedback

Log in to submit feedback.

Information & Support

  • Getting Started
  • Documentation
  • Changelog
  • Compliance Center
  • Training & Education
  • Blog
  • Support Channels
  • Status

Language Reference

  • Node.js
  • Ruby
  • Java
  • PHP
  • Python
  • Go
  • Scala
  • Clojure
  • .NET

Other Resources

  • Careers
  • Elements
  • Products
  • Pricing
  • RSS
    • Dev Center Articles
    • Dev Center Changelog
    • Heroku Blog
    • Heroku News Blog
    • Heroku Engineering Blog
  • Twitter
    • Dev Center Articles
    • Dev Center Changelog
    • Heroku
    • Heroku Status
  • Github
  • LinkedIn
  • © 2025 Salesforce, Inc. All rights reserved. Various trademarks held by their respective owners. Salesforce Tower, 415 Mission Street, 3rd Floor, San Francisco, CA 94105, United States
  • heroku.com
  • Legal
  • Terms of Service
  • Privacy Information
  • Responsible Disclosure
  • Trust
  • Contact
  • Cookie Preferences
  • Your Privacy Choices