flatpak-kill - Man Page

Stop a running application

Synopsis

flatpak kill INSTANCE

Description

Stop a running Flatpak instance.

INSTANCE can be either the numeric instance ID or the application ID of a running Flatpak. You can use flatpak ps to find the instance IDs of running flatpaks.

Options

The following options are understood:

-h, ā€‰--help

Show help options and exit.

-v, ā€‰--verbose

Print debug information during command processing.

--ostree-verbose

Print OSTree debug information during command processing.

Examples

$ flatpak kill org.gnome.Todo

See Also

flatpak(1), flatpak-run(1), flatpak-ps(1)

Referenced By

flatpak(1).

flatpak kill