Maurice Kroon
Maurice Kroon

Reputation: 959

How to stop a console process in heroku

I'm using ps:stop but this doesn't work.

Does anyone know if they have recently updated?

Thanks!

M-MacBook-Pro:SN m$ heroku ps
Process       State               Command
------------  ------------------  ------------------------------
run.5         up for 17h          rails c
web.1         up for 1h           bundle exec rails server -p $PORT
web.2         up for 1h           bundle exec rails server -p $PORT
worker.1      up for 1h           bundle exec rake jobs:work
M-MacBook-Pro:SN m$ heroku ps:stop run.5
 !   ps:stop is not a heroku command. See 'heroku help'.

Upvotes: 0

Views: 930

Answers (1)

John Beynon
John Beynon

Reputation: 37507

It sounds like you could be using an old version of the Heroku CLI, might me making sure that you are up to date to be able to use the heroku ps command

Upvotes: 1

Related Questions