Skip to main content

Delete Model

Overview

This API deletes a model identified by the identifier passed in the URL. The request requires an API key for authentication.


Example

  • Method: DELETE

Endpoint

 https://api.gpulab.ai/models/{identifier}

Request Headers

KeyTypeDescription
api-keyStringYour authentication key.

Path Parameters

ParameterTypeDescription
identifierStringUnique identifier of the model.

Request Body

There is no request body required for this endpoint.


Response

Status Code: 200 OK

Response Body:

{
"status": "success",
"message": "Model successfully removed!"
}