mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-02-15 15:12:48 +00:00
17 lines
307 B
Markdown
17 lines
307 B
Markdown
# app rm <name>
|
|
|
|
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 MyApp
|
|
$ resin app rm MyApp --yes
|
|
|
|
## Options
|
|
|
|
### --yes, -y
|
|
|
|
confirm non interactively |