Delete
cortex cluster downDelete metadata and log groups
# set AWS credentials
export AWS_ACCESS_KEY_ID=***
export AWS_SECRET_ACCESS_KEY=***
# identify the name of your cortex S3 bucket
aws s3 ls
# delete the S3 bucket
aws s3 rb --force s3://<bucket>
# delete the log group (replace <cluster_name> with the name of your cluster, default: cortex)
aws logs describe-log-groups --log-group-name-prefix=<cluster_name> --query logGroups[*].[logGroupName] --output text | xargs -I {} aws logs delete-log-group --log-group-name {}Delete Certificates
Keep Cortex Volumes
Troubleshooting
Last updated
