Skip to content
On this page

Api

Overview

This command allows to start/reset/stop the robot API.

shell
poppy api [action] [-h] [-H hostname]

Options

 desccriptionvaluedefaultmandatory
[action]Start/Reset/Stop the robot apistart | reset | stopresetno
-H/--hostSet the Poppy hostname/IPstringpoppy.localno
-h/--helpDisplay help about this commandbooleanfalseno

Examples

  • Reset the robot api:
shell
poppy api
  • Stop the robot api:
shell
poppy api stop

Released under the MIT License.