pcs_resource_disable
Disable a specific resource or all resources in a Pacemaker cluster to stop them from running.
Instructions
Disable a resource or all resources via 'pcs resource disable ' or '--all'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| all | No | Disable all resources | |
| sudo | No | Prefix commands with sudo on the remote host | |
| cluster | No | Named cluster in config | |
| resource | No | Resource ID to disable | |
| timeoutMs | No | SSH command timeout in milliseconds | |
| sshConfigHost | No | OpenSSH Host alias to resolve connection parameters | |
| sshConfigPath | No | Path to OpenSSH config (defaults to ~/.ssh/config) |