Parameters
string
The slug of the cluster to delete
Returns
An error if the cluster could not be deleted.Errors
cluster not found
The specified cluster does not exist.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
err := client.Clusters.Delete(ctx,
"my-cluster-tZD9Ca1qsqt3V"
)
err := client.Clusters.Delete(ctx,
"my-cluster-tZD9Ca1qsqt3V"
)
func (*ClusterClient) Delete(ctx context.Context, slug string) error
err := client.Clusters.Delete(ctx,
"my-cluster-tZD9Ca1qsqt3V"
)
Was this page helpful?