balena-cli/doc/device/remove.markdown

17 lines
322 B
Markdown
Raw Normal View History

2015-03-23 08:25:45 -04:00
# device rm <name>
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:
2015-03-23 08:25:45 -04:00
$ resin device rm MyDevice
$ resin device rm MyDevice --yes
## Options
### --yes, -y
confirm non interactively