# `smallforce integrations events rules`

Enable, disable, or delete existing event rules

This page is generated from the same Commander definition shipped in SmallForce CLI 0.1.7. Run `smallforce integrations events rules --help` locally to view the same reference for your installed version.

## Subcommands

- [`smallforce integrations events rules enable`](/docs/cli/commands/integrations/events/rules/enable): Enable an existing event rule
- [`smallforce integrations events rules disable`](/docs/cli/commands/integrations/events/rules/disable): Disable an existing event rule
- [`smallforce integrations events rules delete`](/docs/cli/commands/integrations/events/rules/delete): Delete an event rule

## Complete command help

```text
Usage: smallforce integrations events rules [options] [command]

Enable, disable, or delete existing event rules

Options:
  -h, --help                  display help for command

Commands:
  enable [options] <ruleId>   Enable an existing event rule
  disable [options] <ruleId>  Disable an existing event rule
  delete [options] <ruleId>   Delete an event rule
  help [command]              display help for command
```

## Related reference

- [`smallforce integrations events`](/docs/cli/commands/integrations/events): Parent command and related operations.
- [CLI installation and authentication](/docs/cli/getting-started): Install the CLI and configure an API key.
- [CLI JSON output](/docs/cli/json-output): Use stable machine-readable output in scripts and agents.
