List running dynos heroku ps {{TYPE}} --app {{APP_NAME}} TYPE: Type of dyno. This is optional. If it is not given then all the dynos are listed. APP_NAME: Name of the app. Example: heroku ps --app TestApp with type heroku ps web --app TestApp