Undeploy a deployed aligned model.
This endpoint undeploys a deployed model, removing it from the inference service.
Path Parameters:
model_id: Unique identifier of the model to undeployReturns:
String containing the model ID for tracking undeployment status
Raises:
400: If model is already undeployed404: If model or alignment task not foundExample Request:
DELETE /api/v3/models/undeploy-model/alignment-xyz789
Headers: {"Authorization": "Bearer <api_key>"}
Example Response:
"alignment-xyz789"
Notes:
/models/aligned to check deployment status after undeploymentDocumentation Index
Fetch the complete documentation index at: https://docs.nugen.in/llms.txt
Use this file to discover all available pages before exploring further.