stop_test_run
Stop an active BugBug test run by providing its unique run ID to halt execution and conserve testing resources.
Instructions
Stop a running BugBug test run
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| runId | Yes | Test run UUID to stop |
Input Schema (JSON Schema)
{
"properties": {
"runId": {
"description": "Test run UUID to stop",
"type": "string"
}
},
"required": [
"runId"
],
"type": "object"
}