Skip to content
Sébastien Andreatta edited this page Apr 27, 2026 · 2 revisions

odev kill

kill demo

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.

Usage

odev kill [-v {CRITICAL,ERROR,WARNING,INFO,DEBUG,DEBUG_SQL,NOTSET}] [-h] [-f] [-H] database

Aliases

No aliases

Arguments

Positional Arguments:

Argument Description
database The database to target.

Optional Arguments:

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.

Examples

Show help

odev kill --help

Kill a running Odoo database process

odev kill demo_19

Force kill a process (Hard kill)

odev kill -H demo_19

Clone this wiki locally