In most cases users will deploy new versions of their tools by pushing commits to git, triggering the CD pipeline. But there are some cases in which you'd like to manually restart your tool or stop it entirely.
To provide this functionality, one option could be to repurpose the webservice CLI that users are already familiar with, but it could also be confusing for people to use a legacy tool to manage the "new" thing. We could also have a different CLI just for buildpack web servers.
Also,