Command 'juju cancel-task'

The information in this doc is based on Juju version 3.5.3, and may not accurately reflect other versions of Juju.

See also: show-task

Summary

Cancel pending or running tasks.

Usage

juju cancel-task [options] (<task-id>|<task-id-prefix>) [...]

Options

Flag Default Usage
-B, --no-browser-login false Do not use web browser for authentication
--format yaml Specify output format (json|yaml)
-m, --model Model to operate in. Accepts [<controller name>:]<model name>|<model UUID>
-o, --output Specify an output file

Examples

To cancel a task by ID:

juju cancel-task 1

To cancel multiple tasks by ID:

juju cancel-task 1 2 3

Details

Cancel pending or running tasks matching given IDs or partial ID prefixes.


Last updated 9 days ago. Help improve this document in the forum.