delete-cluster.md 1.4 KB

Delete Cluster

Back to Resources

Summary

Delete the cluster identified by ":name".

DELETE /clusters/:name

Response

HTTP CODE Description
200 OK
400 Bad Request
401 Unauthorized
403 Forbidden
404 Not Found
500 Internal Server Error

Example

Delete the cluster named ‘c1’.

DELETE /clusters/c1

200 OK