/
/Case.dev API
ChangesDocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 2h ago · Updated 4mo ago
Agents34
  • getList agents
  • postCreate agent
  • getGet agent
  • deleteDelete agent
  • patchUpdate agent
  • postCreate interactive chat session
  • deleteEnd chat session
  • postCancel active chat generation
  • getList session files
  • getDownload session file
  • postSend chat message (synchronous)
  • postReply to agent question
  • postRespond to chat message (streaming)
  • getStream chat events
  • postExecute ad-hoc agent
  • getList runs
  • postCreate run
  • postCancel run
  • getGet run details
  • getStream run events
  • postExecute run
  • getGet run status
  • postWatch run
  • getList mail inboxes
  • postCreate a mail inbox
  • getGet a mail inbox
  • deleteDelete a mail inbox
  • getList mail messages
  • getGet a mail message
  • getGet mail attachment metadata
  • postReply to a mail message
  • postSend a mail message
  • getGet inbox mail policy
  • putSet inbox mail policy
Applications Deployments11
Applications Domains3
Applications Env Vars3
Applications Projects5
Compute18
Database9
Format5
Legal15
LLMs5
Memory7
OCR4
Privilege1
Search7
Skills6
SuperDoc3
System3
Translation3
Vaults37
Voice10
    Agents

    Cancel active chat generation

    Aborts the active OpenCode generation for this chat session.

    post/agent/v1/chat/{id}/cancel

    Path parameters

    idstring required

    Chat session ID

    Response

    Generation aborted (or no active runtime)

    idstring
    okboolean

    Changes