stop_suite_run
Stop an active BugBug test suite execution by providing the run ID to halt ongoing automated testing processes.
Instructions
Stop a running BugBug suite run
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| runId | Yes | Suite run UUID to stop |
Input Schema (JSON Schema)
{
"properties": {
"runId": {
"description": "Suite run UUID to stop",
"type": "string"
}
},
"required": [
"runId"
],
"type": "object"
}