Learn R Programming

paws.database (version 0.1.5)

dax_delete_cluster: Deletes a previously provisioned DAX cluster

Description

Deletes a previously provisioned DAX cluster. DeleteCluster deletes all associated nodes, node endpoints and the DAX cluster itself. When you receive a successful response from this action, DAX immediately begins deleting the cluster; you cannot cancel or revert this action.

Usage

dax_delete_cluster(ClusterName)

Arguments

ClusterName

[required] The name of the cluster to be deleted.

Request syntax

svc$delete_cluster(
  ClusterName = "string"
)