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.
Use the CLI
Alternatively, you can also see a list of your free resources by using a plugin.
- Install this CLI plugin with
heroku plugins:install @heroku-cli/plugin-free
. You may need to update athe plugin withheroku update
if you previously installed it. - Use the command
heroku apps:free
to show a list of your apps usingfree
dynos andhobby-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.