Push config clear-apns

Open in

Use the ably push config clear-apns command to clear APNs push notification configuration for an app.

Synopsis

ably push config clear-apns [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 APNs configuration with confirmation:

ably push config clear-apns

Force clear APNs configuration:

ably push config clear-apns --force

Force clear APNs configuration and output in JSON format:

ably push config clear-apns --force --json

See also

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