suspend_cronjob
Suspend a Kubernetes CronJob to stop future job triggers. Dry-run previews the action without changes.
Instructions
Suspends an active CronJob.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dryRun | No | If true, simulates the action without making changes | |
| cluster | No | Target cluster name (default: 'default') | |
| namespace | Yes | The Kubernetes namespace | |
| cronJobName | Yes | The name of the CronJob to suspend |