Push config clear-fcm

Open in

Use the ably push config clear-fcm command to clear FCM push notification configuration for an app.

Synopsis

ably push config clear-fcm [options]

Options

--app

The app ID to clear configuration for.

--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

Clear FCM configuration with confirmation:

ably push config clear-fcm

Force clear FCM configuration:

ably push config clear-fcm --force

Force clear FCM configuration and output in JSON format:

ably push config clear-fcm --force --json

See also

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