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-fcmForce clear FCM configuration:
ably push config clear-fcm --forceForce clear FCM configuration and output in JSON format:
ably push config clear-fcm --force --jsonSee also
- Push — Explore all
ably pushcommands. - CLI reference — Full list of available commands.