Skip to content

Commit 5550831

Browse files
Ramkishor ChaladiRamkishor Chaladi
authored andcommitted
add text description
1 parent 28002af commit 5550831

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

SoftLayer/CLI/account/cancel_item.py

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,16 @@
1111
@click.argument('identifier')
1212
@environment.pass_env
1313
def cli(env, identifier):
14-
"""Cancels a billing item."""
14+
"""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+
"""
1524

1625
manager = AccountManager(env.client)
1726
item = manager.cancel_item(identifier)

0 commit comments

Comments
 (0)