Eval Runs
Delete Eval Run
Delete an eval run.
Args: eval_run_uuid (str): UUID of the eval run to delete. workspace_uuid (str, optional): UUID of the workspace. Defaults to None.
Returns: None
Raises: AymaraAPIError: If the organization is missing or the eval run is not found.
Example: DELETE /api/eval-runs/{eval_run_uuid}
delete/v2/eval-runs/{eval_run_uuid}
Path parameters
eval_run_uuidstring required
Query parameters
workspace_uuidstring
Response
No Content