File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -738,13 +738,28 @@ rabbitmqadmin --vhost "vh-1" policies update_definitions_of_all_in \
738738 --new-value " 5000000"
739739```
740740
741+ ### Update a Definition Key in All Policies in the Cluster
742+
743+ ``` shell
744+ rabbitmqadmin policies update_definitions_of_all \
745+ --definition-key " max-length" \
746+ --new-value " 5000000"
747+ ```
748+
741749### Delete Definition Keys from All Policies in a Virtual Host
742750
743751``` shell
744752rabbitmqadmin --vhost " vh-1" policies delete_definition_keys_from_all_in \
745753 --definition-keys max-length,max-length-bytes
746754```
747755
756+ ### Delete Definition Keys from All Policies in the Cluster
757+
758+ ``` shell
759+ rabbitmqadmin policies delete_definition_keys_from_all \
760+ --definition-keys max-length,max-length-bytes
761+ ```
762+
748763
749764### Import Definitions
750765
You can’t perform that action at this time.
0 commit comments