Skip to content

Commit

Permalink
Merge pull request #2058 from ramkishor-ch/issue_2010
Browse files Browse the repository at this point in the history
./slcli account cancel-item message/help text is added.
  • Loading branch information
allmightyspiff committed Aug 3, 2023
2 parents 1ff0d8c + 6f0ec4c commit e5b143f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion SoftLayer/CLI/account/cancel_item.py
Expand Up @@ -11,7 +11,11 @@
@click.argument('identifier')
@environment.pass_env
def cli(env, identifier):
"""Cancels a billing item."""
"""Cancel the resource or service for a billing item.
By default the billing item will be canceled on the next bill date and
reclaim of the resource will begin shortly after the cancellation
"""

manager = AccountManager(env.client)
item = manager.cancel_item(identifier)
Expand Down

0 comments on commit e5b143f

Please sign in to comment.