/
/Parse API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 1mo ago · Updated 1mo ago
Dispatch13
  • postCancel a task
  • getCheck for available updates
  • postCreate a new API from a URL
  • getGet SDK usage example
  • getGet task detail
  • getGet the in-flight task for a scraper
  • getList revision history
  • getList your APIs
  • postMerge updates from canonical
  • postPreview an endpoint update
  • postRespond to input prompts
  • postRevise a completed API
  • postRollback last merge
Execute2
  • getExecute an API endpoint (GET)
  • postExecute an API endpoint (POST)
Export2
  • getExport as MCP tools
  • getGet a callable API's OpenAPI document
Marketplace5
  • postFork a marketplace API privately
  • getGet a marketplace API's detail
  • getSearch and browse the marketplace
  • getSearch marketplace endpoints
  • postSubscribe to a marketplace API
    Dispatch

    Cancel a task

    Cancel an in-flight build or revision task. Only tasks in a non-terminal state (queued, running, needs_input) can be cancelled.

    post/dispatch/tasks/{task_id}/cancel

    Path parameters

    task_idstring required

    Response

    Cancellation result

    task_idstring
    previous_statusstring
    cancelledboolean

    Changes