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 172671e commit 8b0e140Copy full SHA for 8b0e140
SoftLayer/CLI/routes.py
@@ -400,11 +400,6 @@
400
('report', 'SoftLayer.CLI.report'),
401
('report:bandwidth', 'SoftLayer.CLI.report.bandwidth:cli'),
402
('report:datacenter-closures', 'SoftLayer.CLI.report.dc_closures:cli'),
403
-
404
- ('autoscale', 'SoftLayer.CLI.autoscale'),
405
- ('autoscale:list', 'SoftLayer.CLI.autoscale.list:cli'),
406
- ('autoscale:detail', 'SoftLayer.CLI.autoscale.detail:cli'),
407
- ('autoscale:delete', 'SoftLayer.CLI.autoscale.delete:cli'),
408
]
409
410
ALL_ALIASES = {
0 commit comments