ResetInstallerCluster
Reset an existing ZCF cluster from target nodes after explicit confirmation
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Request Inputs
Body Fields
targetObjectRequiredCluster target configuration
localBooleanWhether to target the local installer node
Example: true
nodesListRemote ZCF nodes to detect or reset
Example: (nested array)
roleStringRole of this node in the cluster topology
Example: primary
fqdnStringFully qualified domain name of this node
Example: node01.example.com
usernameStringSSH username for connecting to this node
Example: root
passwordStringSSH password for connecting to this node (sensitive)
Example: ****
sshKeyPathStringPath to SSH private key for key-based authentication
Example: /root/.ssh/id_rsa
sshPortIntegerSSH port to connect on
Example: 22
vipStringVIP or FQDN to detect or remove from target nodes
Example: 192.168.1.100
vipInterfaceStringNetwork interface that owns the VIP
Example: ens192
cloudListCloud management nodes to inspect or clean UI config
Example: (nested array)
addressStringRequiredIP address or FQDN of the cloud management node
Example: 192.168.1.50
portIntegerSSH port for the cloud management node
Example: 22
userStringRequiredSSH username for the cloud management node
Example: root
passwordStringSSH password for the cloud management node (sensitive)
Example: ****
confirmationStringRequiredRequired confirmation phrase for destructive execution
Example: yes-i-really-mean-it
dryRunBooleanRequiredWhether to return the reset plan without executing it
Example: true
planHashStringRequiredHash returned by dry-run for the exact reset plan being executed
Example: sha256:abc123
Responses
Endpoint
POST/api/v1/installer/cluster/reset
/api/v1/installer/cluster/reset
Request Example
curl -X POST '{host}/api/v1/installer/cluster/reset' -H 'Authorization: Bearer {token}' -H 'Content-Type: application/json' -d '{"dryRun":true,"target":{"local":true,"vip":"192.0.2.100","vipInterface":"ens192"}}'
Response Example
200{
"status": "planned",
"plan": "Reset plan:",
"resetPlan": {}
}Change History
This API has no change history records yet.
