cancel_hex_run
Stop an active Hex project execution by providing the project and run identifiers to halt ongoing processes.
Instructions
Cancel a running project.
Args:
project_id: The UUID of the Hex project
run_id: The UUID of the run to cancel
Returns:
Success messageInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ||
| run_id | Yes |