stopRobot
Ejecuta el workflow stopRobotWorkflow en Temporal para detener robots automatizados
POST
/api/workflow/stopRobotBody Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
instance_id | string | Yes | - |
site_id | string | Yes | - |
Example Request
curl -X POST "https://api.makinari.com/api/workflow/stopRobot" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"instance_id": "value",
"site_id": "value"
}'Last updated on