pydo.genai.delete_custom_model()

Generated on 3 Aug 2026 from pydo version v0.40.0

Usage

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

Description

To delete a custom model, send a DELETE request to /v2/genai/custom_models/{uuid}.

Parameters

uuid string required

UUID of the custom model to delete

Response Example

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

More Information

See /v2/gen-ai/custom_models/{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.