Skip to main content
Version: 2.0

Delete an LLM

DELETE 

/v2/llms/:llm_id

Delete a custom LLM connection. Built-in LLMs cannot be deleted.

Request

Path Parameters

    llm_id stringrequired

    The name of the LLM to delete.

Header Parameters

    Request-Timeout integer

    Possible values: >= 1

    The API will make a best effort to complete the request in the specified seconds or time out.

    Request-Timeout-Millis integer

    Possible values: >= 1

    The API will make a best effort to complete the request in the specified milliseconds or time out.

Responses

The LLM was successfully deleted.

Loading...