Skip to main content
POST
/
gpu-instance
/
openapi
/
v1
/
endpoint
/
delete
Delete Endpoint
curl --request POST \
  --url https://api.novita.ai/gpu-instance/openapi/v1/endpoint/delete \
  --header 'Authorization: <authorization>' \
  --header 'Content-Type: <content-type>' \
  --data '
{
  "name": "<string>"
}
'

Documentation Index

Fetch the complete documentation index at: https://novita.ai/docs/llms.txt

Use this file to discover all available pages before exploring further.

Description

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

Request Headers

Content-Type
string
required
Enum: application/json
Authorization
string
required
Bearer authentication format, for example: Bearer {{API Key}}.

Request Body

name
string
required
The ID of the endpoint to delete.