.. _supervisorctl: supervisorctl `````````````````````````````` .. versionadded:: 0.7 Manage the state of a program or group of programs running via Supervisord .. raw:: html
parameter required default choices comments
state yes
  • started
  • stopped
  • restarted
The state of service
name yes
    The name of the supervisord program/process to manage
    .. raw:: html

    Manage the state of program my_app to be in started state.

        supervisorctl name=my_app state=started