tm_delete_profile
Delete a traffic profile by ID, canceling any in-flight runs while retaining run history.
Instructions
Delete a profile by id. Any in-flight run is cancelled server-side; run history rows are retained (only the profile definition is removed).
Returns {"profile_id": <id>, "deleted": True} on success.
A 400 / "Profile not found" surfaces as a typed ToolError
— caller can react to it without parsing message text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| profile_id | Yes |