mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-19 13:47:52 +00:00
17 lines
310 B
Markdown
17 lines
310 B
Markdown
# device rm <id>
|
|
|
|
Use this command to remove a device from resin.io.
|
|
|
|
Notice this command asks for confirmation interactively.
|
|
You can avoid this by passing the `--yes` boolean option.
|
|
|
|
Examples:
|
|
|
|
$ resin device rm 317
|
|
$ resin device rm 317 --yes
|
|
|
|
## Options
|
|
|
|
### --yes, -y
|
|
|
|
confirm non interactively |