(command-juju-list-actions)= # `juju list-actions` > See also: [run](#run), [show-action](#show-action) **Aliases:** list-actions ## Summary List actions defined for an application. ## Usage ```juju actions [options] ``` ### Options | Flag | Default | Usage | | --- | --- | --- | | `-B`, `--no-browser-login` | false | Do not use web browser for authentication | | `--format` | default | Specify output format (default|json|tabular|yaml) | | `-m`, `--model` | | Model to operate in. Accepts [<controller name>:]<model name>|<model UUID> | | `-o`, `--output` | | Specify an output file | | `--schema` | false | Display the full action schema | ## Examples juju actions postgresql juju actions postgresql --format yaml juju actions postgresql --schema ## Details List the actions available to run on the target application, with a short description. To show the full schema for the actions, use --schema.