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.
2 parents 1ff0d8c + 6f0ec4c commit e5b143fCopy full SHA for e5b143f
SoftLayer/CLI/account/cancel_item.py
@@ -11,7 +11,11 @@
11
@click.argument('identifier')
12
@environment.pass_env
13
def cli(env, identifier):
14
- """Cancels a billing item."""
+ """Cancel the resource or service for a billing item.
15
+
16
+ By default the billing item will be canceled on the next bill date and
17
+ reclaim of the resource will begin shortly after the cancellation
18
+ """
19
20
manager = AccountManager(env.client)
21
item = manager.cancel_item(identifier)
0 commit comments