Skip to main content

ionic-cloud live-update delete-channel

note

If a channel referenced in an app using live updates is deleted, live updates will no longer be applied until the channel is recreated or the app is updated to reference a different channel.

[ionic-cloud, live-update, delete-channel]

Delete a Live Update channel in Appflow

ionic-cloud live-update delete-channel [flags]

Examples

ionic-cloud live-update delete-channel --app-id=b3456cd --name=Development

Flags

NameTypeDefaultDescription
--app-id [required]stringAppflow app id
--name [required]stringLive Update channel name
--ignore-errorsbooleanfalseIgnore channel deletion errors

Global Flags

NameTypeDefaultDescription
-h, --helpbooleanfalsePrint help information for command
--configstringIonic Cloud config file (.ionic-cloud.yaml by default)
--jsonbooleanfalseFor commands with output, shortcut to print as JSON
--outputstring"text"For commands with output, print as [json] or human readable [text]
--tokenstringIonic authorization token

Outputs

NameTypeDescription
stringThe command output.
"Successfully deleted Live Update channel: production"