cronjobmanager
Manage scheduled tasks (cron jobs)
conhive-agent cronjobmanager
Description
Section titled “Description”Provides subcommands to create, list, delete, enable/disable, and manage scheduled tasks (cron jobs) that are executed by the agent itself. These are distinct from system cron jobs. Useful for automating routine agent operations, data collection triggers, or maintenance scripts based on a schedule (cron expression).
Options
Section titled “Options” -h, --help help for cronjobmanager
Options inherited from parent commands
Section titled “Options inherited from parent commands” -f, --log-format string Specify the logging format (options: console, json) (default "text") -l, --log-level string Define the logging level (options: trace, debug, info, warn, error, fatal, panic) (default "info") -o, --log-to-file Enable logging to a file (default true) -p, --port int32 Port to run the server on (default 5050) -w, --workdir string Set the working directory for agent operations (default: $HOME/.conhive)
SEE ALSO
Section titled “SEE ALSO”conhive-agent
- Manage and monitor the Conhive backend agentconhive-agent cronjobmanager create
- Create a new scheduled taskconhive-agent cronjobmanager get
- Get a specific cronjobconhive-agent cronjobmanager list
- List cronjobs (with optional filter)conhive-agent cronjobmanager stop
- Stop a cronjobconhive-agent cronjobmanager update
- Update an existing cronjob