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.
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
| Parameter | Type | Required | Description |
|---|---|---|---|
-Restart | switch | No | Restarts the Management Service and Web Console so the disabled-HTTPS change applies immediately (requires an elevated shell). |
-Managers | string[] | No | Management Service endpoints to target; when omitted the active workspace's managers are used. |
-Port | int | No | Management Service port for bare-host managers. Default 7801. |
-Token | string | No | Admin bearer token for authenticated control-plane calls. |
-TimeoutSec | int | No | Per-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