-
Notifications
You must be signed in to change notification settings - Fork 10
kill
Sébastien Andreatta edited this page Apr 27, 2026
·
2 revisions

Kill a running Odoo database. Useful if the process crashed because ofa forgotten IPDB or if you lost your terminal and don't want to searchfor the process' PID.
odev kill [-v {CRITICAL,ERROR,WARNING,INFO,DEBUG,DEBUG_SQL,NOTSET}] [-h] [-f] [-H] databaseNo aliases
| Argument | Description |
|---|---|
database |
The database to target. |
| Argument | Description |
|---|---|
-v, --log-level |
Set logging verbosity for the execution of odev. |
-h, --help |
Show help for the current command. |
-f, --force |
Bypass confirmation prompts and assume a default value to all, use with caution! |
-H, --hard |
Kill the database process with SIGKILL instead of SIGINT. |
odev kill --helpodev kill demo_19odev kill -H demo_19