POST
/
gpu-instance
/
openapi
/
v1
/
endpoint
/
delete
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>"
}'

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.