MINARA

Resume the standing goal

POST /v1/chat/sessions/:id/goal/resume — Resume a paused goal. Resets the turn budget so the goal gets a fresh run of turns.

POST /v1/chat/sessions/:id/goal/resume

Resume a paused goal. Resets the turn budget so the goal gets a fresh run of turns.

MethodPOST
Path/v1/chat/sessions/:id/goal/resume
AuthAuthorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set
Categorychat

Response body

{ "ok": true, "goal": { "status": "active", "turnsUsed": 0 } }

On this page