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 28002af commit 5550831Copy full SHA for 5550831
SoftLayer/CLI/account/cancel_item.py
@@ -11,7 +11,16 @@
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. By default the billing item will be canceled on
15
+
16
+ the next bill date and reclaim of the resource will begin shortly after the cancellation
17
18
+ in ./slcli account cancel-item command.
19
20
21
+ Cancels a billing item.
22
23
+ """
24
25
manager = AccountManager(env.client)
26
item = manager.cancel_item(identifier)
0 commit comments