Edit

opencenter cluster service disable

Disable a service in the cluster configuration

Synopsis

This command disables a service in the cluster configuration by setting its enabled flag to false.

Examples: # Disable the 'cert-manager' service opencenter cluster service disable cert-manager

opencenter cluster service disable my-managed-service --managed

Disable a service and immediately update the rendered manifests

opencenter cluster service disable loki --render
opencenter cluster service disable <service-name> [flags]

Options

      --cluster string   Specify the cluster name
  -h, --help             help for disable
      --managed          Disable the service from the managed services list
      --render           Render the cluster application manifests immediately after disabling

SEE ALSO

  • opencenter_cluster_service.md[opencenter cluster service] - Manage cluster services

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