Agency
Suspend Client Workspace
Suspends a client workspace: serving stops and the workspace becomes read-only
POST
Available on agency plans. The API token must belong to the agency owner.
Suspend is a stronger stop than pause. The client’s AI agents stop answering right away, the widget no longer loads on their site, and the workspace rejects new chatbot creation until you resume it. Nothing is deleted: all chatbots, sources and conversation history stay intact.
Use pause for temporary states like dunning, and suspend when a client’s account has ended.
Path Parameters
Headers
Response
Returns the client workspace with its new status. While suspended,messages_remaining is 0 and POST /clients/{client_id}/chatbots returns a 422 error.
- 200 Success
- 403 Not an agency account
- 404 Not found
Last modified on July 30, 2026