Push devices remove

Open in

Use the ably push devices remove command to remove a push device registration.

Synopsis

ably push devices remove <device-id> [options]

Arguments

device-id
Required

The ID of the device to remove.

Options

--force | -f

Skip confirmation prompt. Required when using --json. The default is false.

--json

Output results as compact JSON. Mutually exclusive with --pretty-json.

--pretty-json

Output results in formatted JSON. Mutually exclusive with --json.

--verbose | -v

Enable verbose logging. Can be combined with --json or --pretty-json.

Examples

Remove a device registration:

ably push devices remove "device123"

Force remove without confirmation:

ably push devices remove "device123" --force

Remove a device registration and output in JSON format:

ably push devices remove device-123 --json

See also

  • Push — Explore all ably push commands.
  • CLI reference — Full list of available commands.