Apps

Open in

Use the ably apps command group to manage your Ably applications. These commands enable you to create, update, delete, list, and switch between apps, as well as manage channel rules for your apps.

App management commands

Use the following commands to create, list, update, delete, and switch between Ably apps. Each app is a sandboxed environment isolated from other apps in your account:

CommandDescription
ably apps createCreate a new Ably application.
ably apps currentShow the currently selected app.
ably apps deletePermanently delete an Ably application.
ably apps listList all apps in the current account.
ably apps switchSwitch to a different Ably app.
ably apps updateUpdate an app's configuration.

Rule management commands

Use the following commands to manage channel rules (namespaces) for your Ably applications. Channel rules enable you to configure behavior such as message persistence, TLS-only access, and push notification settings for channels matching a specific namespace:

CommandDescription
ably apps rules createCreate a channel rule for an app.
ably apps rules deleteDelete a channel rule from an app.
ably apps rules listList channel rules for an app.
ably apps rules updateUpdate a channel rule for an app.

See also