ai-services application delete

The delete command allows you to remove an existing application deployment along with its related configurations and resources.

Usage
ai-services application delete [name] [flags]
Example
ai-services application delete rag-application-1 --runtime openshift

Flags

Table 1. Command flags
Flag Description
-h, --help Show help message
--legacy Use legacy application delete implementation
--skip-cleanup Skip deleting application data (default: false)
--timeout duration Timeout for the operation (for example: 10s, 2m, 1h)

Supported for openshift runtime only

-y, --yes Automatically accept all confirmation prompts (default: false)