remove Command

Remove a script from monitoring.

Syntax

bamon remove <name> [options]

Arguments

Argument Required Description
name Yes Script name/ID to remove

Options

Option Short Description
--force -f Remove without confirmation

Examples

Basic Removal

# Remove a script
bamon remove health_check

Output:

Script 'health_check' removed successfully

Force Removal

# Remove without confirmation
bamon remove old_script --force

Output:

Script 'old_script' removed successfully
  • add - Add a new script to monitor
  • list - List all configured scripts
  • status - Check script execution status