Skip to content

ai speech csr endpoint

Usage

ai speech csr endpoint COMMAND [OPTIONS]

Sub-commands

Sub-command Description
ai speech csr endpoint create Create a new speech endpoint
ai speech csr endpoint delete Delete an existing speech endpoint
ai speech csr endpoint download Download the details of a specific speech endpoint
ai speech csr endpoint list List all available speech endpoints
ai speech csr endpoint status Check the status of a specific speech endpoint
ai speech csr endpoint update Update the details of a specific speech endpoint

Examples

Create a new speech endpoint
ai speech csr endpoint create --name "NewEndpoint" --region "westus"
Delete a speech endpoint
ai speech csr endpoint delete --name "OldEndpoint"
Download details of an endpoint
ai speech csr endpoint download --name "ExampleEndpoint"
List all speech endpoints
ai speech csr endpoint list
Check status of a speech endpoint
ai speech csr endpoint status --name "CheckEndpoint"
Update a speech endpoint
ai speech csr endpoint update --name "UpdateEndpoint" --region "eastus"