delete endpoint
Serverless
delete endpoint
Deletes an endpoint group by ID. Associated workergroups will also be deleted.
CLI Usage: vastai delete endpoint <id>
DELETE
delete endpoint
Documentation Index
Fetch the complete documentation index at: https://vastai-80aa3a82-auto-openapi-preview-pr-4175.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key must be provided in the Authorization header
Path Parameters
ID of the endpoint group to delete
Example:
4242
Response
Endpoint group successfully deleted
Example:
true
List of worker instances that were deleted (if any)
Example:
[1001, 1002]List of worker instances that failed to delete (if any)
Example:
[]Additional information about the deletion
Example:
"Deleted endpoint job and 2 workers"