pydo.genai.delete_model_evaluation_run()

Generated on 9 Jun 2026 from pydo version v0.36.0

Usage

client.genai.delete_model_evaluation_run(
    eval_run_uuid="\"123e4567-e89b-12d3-a456-426614174000\"",
)
Returns JSONRaises HttpResponseError

Description

To delete a model evaluation run, send a DELETE request to /v2/gen-ai/model_evaluation_runs/{eval_run_uuid}. The run must be in a terminal status (successful, partially_successful, failed, or cancelled). For runs still in progress, either wait for the run to finish or cancel it, then retry the delete once the run reaches a terminal status.

Parameters

eval_run_uuid string required

UUID of the model evaluation run to delete. The run must be in a terminal
status (successful, partially_successful, failed, or cancelled).
For runs still in progress, either wait for the run to finish or cancel
it, then retry the delete.

Response Example

Show Response Example
{
  "error": "example string",
  "status": "DELETE_MODEL_EVALUATION_RUN_STATUS_UNSPECIFIED"
}

More Information

See /v2/gen-ai/model_evaluation_runs/{eval_run_uuid} in the API reference for additional detail on responses, headers, parameters, and more.

We can't find any results for your search.

Try using different keywords or simplifying your search terms.