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 1cfac08 commit 72d0843Copy full SHA for 72d0843
SoftLayer/CLI/routes.py
@@ -38,7 +38,7 @@
38
('dedicatedhost:create-options', 'SoftLayer.CLI.dedicatedhost.create_options:cli'),
39
('dedicatedhost:detail', 'SoftLayer.CLI.dedicatedhost.detail:cli'),
40
('dedicatedhost:cancel', 'SoftLayer.CLI.dedicatedhost.cancel:cli'),
41
- ('dedicatedhost:cancel-all-guests', 'SoftLayer.CLI.dedicatedhost.cancel_guests:cli'),
+ ('dedicatedhost:cancel-guests', 'SoftLayer.CLI.dedicatedhost.cancel_guests:cli'),
42
('dedicatedhost:list-guests', 'SoftLayer.CLI.dedicatedhost.list_guests:cli'),
43
44
('cdn', 'SoftLayer.CLI.cdn'),
0 commit comments