Agency
Pause Client Workspace
Pauses a client workspace with a hard or soft stop
POST
Available on agency plans. The API token must belong to the agency owner.
Use this when a client cancels or fails payment. You choose the stop behavior per call:
- hard: the client’s AI agents stop answering right away and the widget no longer loads on their site.
- soft: the client’s AI agents keep answering until their remaining monthly message credits run out. Credits are not refilled while paused.
Top-up credits freeze during any pause: they are not drained, not served, and come back untouched on resume. A soft pause drains only the client’s remaining monthly allowance, so a client currently serving on top-up credits stops right away.
Path Parameters
Headers
Body Parameters
Response
Returns the client workspace with its new status. After a hard pause,messages_remaining is 0 while the pause lasts.
- 200 Success
- 403 Not an agency account
- 404 Not found
- 422 Validation error
Last modified on August 19, 2026