Skip to main content

DELETE /api/sam/admin/cluster/{id}

Delete a cluster from SAM

Description

Remove this cluster from the %SAM.Cluster table. This also removes all instances that were associated with the cluster.

To use this endpoint, you must log in as a user with access to the %SAM.Admin resource.

Request Example

DELETE http://localhost:8080/api/sam/admin/cluster/6

Parameters
id Required path variable. The id of the target cluster to delete.
FeedbackOpens in a new tab