MINARA

Pause the standing goal

POST /v1/chat/sessions/:id/goal/pause — Pause the standing goal's continuation. Manual turns still work; the goal can be resumed later.

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

Pause the standing goal's continuation. Manual turns still work; the goal can be resumed later.

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

Response body

{ "ok": true, "goal": { "status": "paused", "pausedReason": "user" } }

On this page