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.
| Method | POST |
| Path | /v1/chat/sessions/:id/goal/pause |
| Auth | Authorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set |
| Category | chat |
Response body
{ "ok": true, "goal": { "status": "paused", "pausedReason": "user" } }