-
Notifications
You must be signed in to change notification settings - Fork 86
delete
github-actions[bot] edited this page Feb 12, 2026
·
3 revisions
Delete a bench and optionally its database from global-db service.
This command removes the bench directory, containers, and all associated data. By default, asks for confirmation before deletion. Use --yes to skip confirmation. Optionally delete the bench's database from the global-db service with --delete-db-from-global-db.
Usage:
$ fm delete BENCHNAME [OPTIONS]Arguments:
-
BENCHNAME: Name of the bench.
Options:
-
-y, --yes: Skip confirmation prompts -
--delete-db-from-global-db/--no-delete-db-from-global-db: Delete database from global-db service
Examples:
Delete bench
fm delete mybenchDelete without confirmation
fm delete mybench --yesDelete bench and its database from global-db
fm delete mybench --delete-db-from-global-db