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 259e264 commit 84ec80fCopy full SHA for 84ec80f
SoftLayer/CLI/file/cancel.py
@@ -18,7 +18,12 @@
18
"of on the billing anniversary")
19
@environment.pass_env
20
def cli(env, volume_id, reason, immediate):
21
- """Cancel an existing file storage volume."""
+ """Cancel an existing file storage volume.
22
+
23
+ EXAMPLE::
24
+ slcli file volume-cancel 12345678 --immediate -f
25
+ This command cancels volume with ID 12345678 immediately and without asking for confirmation.
26
+ """
27
28
file_storage_manager = SoftLayer.FileStorageManager(env.client)
29
0 commit comments