Edit

opencenter cluster unlock

Unlock a cluster to allow modifications

Synopsis

Unlock a previously locked cluster to allow modifications.

This command removes the lock from a cluster, allowing it to be modified again. A reason must be provided to document why the cluster is being unlocked.

Examples: # Unlock the currently selected cluster opencenter cluster unlock --reason "Maintenance completed"

opencenter cluster unlock my-cluster --reason "Emergency fix applied"

Unlock a cluster in a specific organization

opencenter cluster unlock myorg/my-cluster --reason "Approved by ops team"
opencenter cluster unlock [name] [flags]

Options

  -h, --help            help for unlock
  -r, --reason string   Reason for unlocking the cluster (required)

SEE ALSO

  • opencenter_cluster.md[opencenter cluster] - Manage cluster configurations

Auto generated by spf13/cobra on 28-Apr-2026