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.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.
Related Tools
bilt_get_session
Check workflow status
bilt_send_message
Start new workflow
bilt_get_messages
Review conversation history
