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 message credits run out. Credits are not refilled while paused.
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 July 30, 2026