force_execute_run
Cancel prior runs to prioritize immediate execution of a specific Terraform run, unlocking the workspace for urgent tasks. Use this tool to manage run queues effectively.
Instructions
Forcefully execute a run by canceling all prior runs
Prioritizes a specific run by canceling other queued runs to unlock the workspace, equivalent to clicking "Run this plan now" in the UI. Use this when a run is stuck in the pending queue but needs immediate execution due to urgency or priority over other queued runs.
API endpoint: POST /runs/{run_id}/actions/force-execute
Args: run_id: The ID of the run to execute (format: "run-xxxxxxxx")
Returns: Status update confirming the run has been promoted to active status, with information about which runs were canceled to allow execution
See: docs/tools/run.md for reference documentation
Input Schema
Name | Required | Description | Default |
---|---|---|---|
run_id | Yes |