mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-02-12 13:45:50 +00:00
17 lines
291 B
Markdown
17 lines
291 B
Markdown
|
# app rm <id>
|
||
|
|
||
|
Use this command to remove a resin.io application.
|
||
|
|
||
|
Notice this command asks for confirmation interactively.
|
||
|
You can avoid this by passing the `--yes` boolean option.
|
||
|
|
||
|
Examples:
|
||
|
|
||
|
$ resin app rm 91
|
||
|
$ resin app rm 91 --yes
|
||
|
|
||
|
## Options
|
||
|
|
||
|
### --yes, -y
|
||
|
|
||
|
confirm non interactively
|