Skip to main content

band call update

Redirect an active call to a new URL

Synopsis

Redirects an active call to fetch new BXML from the given URL. Bandwidth POSTs to the redirect URL and replaces the call's current instructions with the response.

band call update [callId] [flags]

Examples

band call update c-123-abc --redirect-url https://example.com/voice/next

Options

-h, --help help for update
--redirect-url string URL to redirect the call to (required)

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