# Delete Endpoint - Documentation

> For the complete documentation index, see [llms.txt](/llms.txt). Markdown is available with `Accept: text/markdown` and `.md` URL variants.

Source: /docs/api-reference/serverless-delete-endpoint

# Delete Endpoint

POST

/

gpu-instance

/

openapi

/

v1

/

endpoint

/

delete

Try it

Delete Endpoint

cURL

```
curl --request POST \
--url https://api.novita.ai/gpu-instance/openapi/v1/endpoint/delete \
--header 'Authorization: ' \
--header 'Content-Type: ' \
--data '
{
"name": ""
}
'
```

##

[​](#description)

Description

After deleting an endpoint, all worker processes associated with this endpoint will be automatically removed. Please proceed with caution.

##

[​](#request-headers)

Request Headers

[​](#param-content-type)

Content-Type

string

required

Enum: `application/json`

[​](#param-authorization)

Authorization

string

required

Bearer authentication format, for example: Bearer {{API Key}}.

##

[​](#request-body)

Request Body

[​](#param-name)

name

string

required

The ID of the endpoint to delete.

Last modified on May 28, 2025
