POST
/
auto
/
start
{
  "status": "ok"
}

Query Parameters

robot_id
integer
default:
0

Body

application/json

Launch an auto control with a request to the OpenVLA or ACT server.

type_of_model
enum<string>
required

Type of model, either OpenVLA, ACT or pi0 (pi-zero)

Available options:
openvla,
act,
pi0
instruction
string | null
required

Prompt to be followed by the robot when using OpenVLA

Response

200
application/json
Successful Response

Default response.

status
string
default:
ok
Allowed value: "ok"