Skip to main content

Overview

Stops the active workflow for a project. Use when you want to abort a build or deployment that is no longer needed or is taking too long.
Canceling a workflow cannot be undone. The workflow stops immediately and its progress is lost.

Parameters

string
required
The project whose workflow should be cancelled
  • Format: UUID
  • Example: "660e8400-e29b-41d4-a716-446655440001"

Response

boolean
required
Whether the cancellation succeeded
string
Session identifier for the project

Example Usage

When to Use

Once cancelled, start a new workflow with bilt_send_message.

bilt_get_session

Check workflow status

bilt_send_message

Start new workflow

bilt_get_messages

Review conversation history