How can I find all my free dynos or data add-ons?

For personal accounts, the fastest way to view and upgrade your free resources is via the upgrade page at https://dashboard.heroku.com/upgrade. All free dynos and hobby-dev databases used by your apps are listed on this page.

For teams, each team has their hobby-dev databases listed at https://dashboard.heroku.com/teams/{team-name}/upgrade.

Upgrade page

Use the CLI

Alternatively, you can also see a list of your free resources by using a plugin.

  1. Install this CLI plugin with heroku plugins:install @heroku-cli/plugin-free. You may need to update athe plugin with heroku update if you previously installed it.
  2. Use the command heroku apps:free to show a list of your apps using free dynos and hobby-dev data plans.

You can also use the --team flag to see all apps using free resources within a team. Pass in the --help flag to see more options associated with this command.


See our blog post and the Removal of Heroku Free Product Plans FAQ for more info related to the ending of free plans.

Ask on Stack Overflow

Engage with a community of passionate experts to get the answers you need

Ask on Stack Overflow

Heroku Support

Create a support ticket and our support experts will get back to you

Contact Heroku Support