Skip to main content
Update a cluster.

Parameters

slug
string
The slug of the cluster to update.
cluster.WithName(name string)
cluster.UpdateOption
Optional new display name for the cluster.
cluster.WithDescription(description string)
cluster.UpdateOption
Optional new cluster description. Pass an empty string to clear the description.

Returns

The updated cluster object, including its slug, name, description, whether it can be deleted, and deployed workflows.

Errors

not_found
cluster not found
The specified cluster does not exist.