v1
Northflank docs for LLMs
API
CLI
JS Client

Project / Ai Models /

Delete AI model

Delete an AI model

Required permission

Project > AiModels > General > Delete

Path parameters

    • projectId

      string required
      ID of the project
    • llmModelDeploymentId

      string required
      ID of the AI model

Response body

  • {object}
    Response object.
    • data

      {object} required
      Result data.
    API
    CLI
    JS Client

    DELETE /v1/projects/{projectId}/llm-model-deployments/{llmModelDeploymentId}

    DELETE /v1/teams/{teamId}/projects/{projectId}/llm-model-deployments/{llmModelDeploymentId}

    Example response

    200 OK

    The operation was performed successfully.

    JSON

    {
      "data": {}
    }

    © 2026 Northflank Ltd. All rights reserved.

    northflank.com / Terms / Privacy / feedback@northflank.com