1- ## stackit routing-table update
1+ ## stackit network-area routing-table update
22
33Updates a routing-table
44
@@ -7,34 +7,34 @@ Updates a routing-table
77Updates a routing-table.
88
99```
10- stackit routing-table update ROUTING_TABLE_ID [flags]
10+ stackit network-area routing-table update ROUTING_TABLE_ID [flags]
1111```
1212
1313### Examples
1414
1515```
1616 Updates the label(s) of a routing-table with ID "xxx" in organization with ID "yyy" and network-area with ID "zzz"
17- $ stackit routing-table update xxx --labels key=value,foo=bar --organization-id yyy --network-area-id zzz
17+ $ stackit network-area routing-table update xxx --labels key=value,foo=bar --organization-id yyy --network-area-id zzz
1818
1919 Updates the name of a routing-table with ID "xxx" in organization with ID "yyy" and network-area with ID "zzz"
20- $ stackit routing-table update xxx --name foo --organization-id yyy --network-area-id zzz
20+ $ stackit network-area routing-table update xxx --name foo --organization-id yyy --network-area-id zzz
2121
2222 Updates the description of a routing-table with ID "xxx" in organization with ID "yyy" and network-area with ID "zzz"
23- $ stackit routing-table update xxx --description foo --organization-id yyy --network-area-id zzz
23+ $ stackit network-area routing-table update xxx --description foo --organization-id yyy --network-area-id zzz
2424
2525 Disables the dynamic routes of a routing-table with ID "xxx" in organization with ID "yyy" and network-area with ID "zzz"
26- $ stackit routing-table update xxx --organization-id yyy --network-area-id zzz --dynamic-routes=false
26+ $ stackit network-area routing-table update xxx --organization-id yyy --network-area-id zzz --dynamic-routes=false
2727
2828 Disables the system routes of a routing-table with ID "xxx" in organization with ID "yyy" and network-area with ID "zzz"
29- $ stackit routing-table update xxx --organization-id yyy --network-area-id zzz --system-routes=false
29+ $ stackit network-area routing-table update xxx --organization-id yyy --network-area-id zzz --system-routes=false
3030```
3131
3232### Options
3333
3434```
3535 --description string Description of the routing-table
3636 --dynamic-routes If set to false, prevents dynamic routes from propagating to the routing table.
37- -h, --help Help for "stackit routing-table update"
37+ -h, --help Help for "stackit network-area routing-table update"
3838 --labels stringToString Key=value labels (default [])
3939 --name string Name of the routing-table
4040 --network-area-id string Network-Area ID
@@ -55,5 +55,5 @@ stackit routing-table update ROUTING_TABLE_ID [flags]
5555
5656### SEE ALSO
5757
58- * [ stackit routing-table] ( ./stackit_routing -table.md ) - Manage routing-tables and its according routes
58+ * [ stackit network-area routing-table] ( ./stackit_network-area_routing -table.md ) - Manage routing-tables and its according routes
5959
0 commit comments