Close Launch
close_launchCloses an active launch in Allure TestOps by its launch ID and returns the updated launch details, enabling teams to finalize test runs and retrieve current status information.
Instructions
Close a launch and return updated launch details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_token | No | Optional runtime API token override. | |
| launch_id | Yes | Launch ID (required). | |
| project_id | No | Optional override for the default Project ID. | |
| output_format | No | Output format: 'json' (default) or 'plain'. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| url | No | ||
| name | No | ||
| closed | No | ||
| external | No | ||
| autoclose | No | ||
| operation | No | ||
| project_id | No | ||
| created_date | No | ||
| new_defects_count | No | ||
| last_modified_date | No | ||
| known_defects_count | No | ||
| manual_execution_guidance | No |