For the complete documentation index, see llms.txt.
Skip to main content
Version: 8.10 (unreleased)

Type Alias: ChangeClusterModeData

type ChangeClusterModeData = object;

Properties

body?

optional body?: never;

path?

optional path?: never;

query

query: object;

dryRun?

optional dryRun?: boolean;

If true, the requested change is only validated and the resulting plan is returned, without applying it to the cluster.

mode

mode: Mode;

The target cluster mode.


url

url: "/mode";