mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-31 16:36:24 +00:00
322 B
322 B
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:
$ resin device rm MyDevice
$ resin device rm MyDevice --yes
Options
--yes, -y
confirm non interactively