Gerra LogoGerra
API Reference/Mecha/Action

Stop movement

Switch the robot to stand mode.

POST
/mecha/action/stop

Query Parameters

mecha_idRequiredMecha Id

Header Parameters

gerra-api-keystring | null | null

Response Body

Successful Response

TypeScript Definitions

Use the response body type in TypeScript.

responseRequiredunknown
curl -X POST "https://api.gerra.com/mecha/action/stop?mecha_id=string" \
  -H "gerra-api-key: string"
null