We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97e3c28 commit cc47878Copy full SHA for cc47878
docs/operator/uninstall.md
@@ -35,7 +35,7 @@ export AWS_SECRET_ACCESS_KEY=***
35
36
# Delete the S3 bucket
37
aws s3 ls
38
-aws s3 rb s3://<bucket-name> --force
+aws s3 rb --force s3://<bucket-name>
39
40
# Delete the log group
41
aws logs delete-log-group --log-group-name cortex --region us-west-2
0 commit comments