Skip to main content

band app update

Update an application's settings

Synopsis​

Updates an existing application. Currently supports changing the callback URL.

For messaging apps, this sets the URL where Bandwidth sends delivery status webhooks (message-delivered, message-failed). Without a working callback URL, you won't know whether messages were actually delivered.

band app update <app-id> [flags]

Examples​

# Update a messaging app's callback URL
band app update abc-123 --callback-url https://your-server.example.com/callbacks

Options​

--callback-url string Callback URL for voice or messaging events
-h, --help help for update

Options inherited from parent commands​

--account-id string Bandwidth account ID (overrides config)
--environment string API environment: prod, test (overrides config)
--format string Output format: json or table (default "json")
--plain Simplified flat JSON output (recommended for scripts and agents)

SEE ALSO​

  • band app - Manage Bandwidth applications