Skip to main content

llm_deployment.delete

llm_deployment.delete()

This method allows you to delete the specified LLM deployment.

Parameters:

None

Returns:

None

Example Usage:

Delete a currently deployed LLM (e.g. from the previous page).

llm_deployment = pc.LLM("pb://deployments/deployment-name")
llm_deployment.delete()