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
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"