Uninstall automation orchestrator
Remove the automation orchestrator deployment and operator from your cluster using the aapctl CLI.
Before you begin
- You have the aapctl binary installed.
- You have
ocCLI access to the cluster.
About this task
aapctl uninstall preserves namespaces. If you use the --force flag, it deletes the namespaces and all resources inside them, including PVCs and manually created resources. For more information, see the Uninstall section of aapctl command reference.
Procedure
Uninstall automation orchestrator manually
Remove automation orchestrator without aapctl by deleting the custom resource and uninstalling the operator through Operator Lifecycle Manager (OLM).
Before you begin
- You have
ocCLI access to the cluster. - You have cluster administrator access.