Skip to main content
Help Center
Developers
Search
⌘K
Search
⌘K
Sign in
enum
ChatbotStatus
LLM
View as Markdown
Copy Markdown URL
Copy page context prompt
Open llms.txt
Properties
Name
values
Type
enum
Description
Allowed values: draft, active, paused.
Related operations
List chatbots
GET /chatbots
Create chatbot
POST /chatbots
Get chatbot
GET /chatbots/{id}
Update chatbot
PATCH /chatbots/{id}
Activate chatbot
POST /chatbots/{id}/activate
Pause chatbot
POST /chatbots/{id}/pause