Skip to main content

Disable-ZrManagementHttps

Clears the control-plane HTTPS opt-in on every connected manager so the Management Service and Web Console endpoints revert to plain HTTP.

Syntax

Disable-ZrManagementHttps
[-Restart]
[-Managers <string[]>] [-Port <int>] [-Token <string>] [-TimeoutSec <int>]
[-WhatIf] [-Confirm]

Description

Disable-ZrManagementHttps clears the control-plane HTTPS opt-in on every connected manager, so the management and console endpoints revert to plain HTTP. A service restart applies the change: pass -Restart to restart the Management Service and Web Console automatically (requires an elevated shell), or restart them yourself afterward. Requires an active workspace or an explicit -Managers list.

warning

Disabling control-plane HTTPS returns the Management Service and Web Console to unencrypted HTTP once applied. Admin traffic — including any bearer tokens — is no longer transport-encrypted. Avoid this on production control planes.

Parameters

ParameterTypeRequiredDescription
-RestartswitchNoRestarts the Management Service and Web Console so the disabled-HTTPS change applies immediately (requires an elevated shell).
-Managersstring[]NoManagement Service endpoints to target; when omitted the active workspace's managers are used.
-PortintNoManagement Service port for bare-host managers. Default 7801.
-TokenstringNoAdmin bearer token for authenticated control-plane calls.
-TimeoutSecintNoPer-request timeout in seconds. Default 30.

Supports -WhatIf and -Confirm.

Examples

Turn off control-plane HTTPS and restart the services so the endpoints revert to http://.

Disable-ZrManagementHttps -Restart