Skip to content

Commit b0c1460

Browse files
committed
Update CLI docs post fixes 2
1 parent 19c0ddd commit b0c1460

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/tools/aleph-client/usage.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1090,7 +1090,7 @@ $ aleph instance create [OPTIONS]
10901090
* `--compute-units INTEGER`: Number of compute units to allocate. Compute units correspond to a tier that includes vcpus, memory, disk and gpu presets. For reference, run: `aleph pricing --help`
10911091
* `--vcpus INTEGER`: Number of virtual CPUs to allocate
10921092
* `--memory INTEGER`: Maximum memory (RAM) in MiB to allocate
1093-
* `--rootfs-size INTEGER RANGE`: Rootfs size in MiB to allocate \[x<=1953125]
1093+
* `--rootfs-size INTEGER RANGE`: Rootfs size in MiB to allocate. Set to 0 to use default tier value and to not get prompted \[x<=1953125]
10941094
* `--timeout-seconds FLOAT`: If vm is not called after [timeout_seconds] it will shutdown \[default: 30.0]
10951095
* `--ssh-pubkey-file PATH`: Path to a public ssh key to be added to the instance \[default: /home/$USER/.ssh/id_rsa.pub]
10961096
* `--address TEXT`: Address of the payer. In order to delegate the payment, your account must be authorized beforehand to publish on the behalf of this address. See the docs for more info: https://docs.aleph.im/protocol/permissions/
@@ -1352,7 +1352,7 @@ $ aleph instance confidential [OPTIONS] [VM_ID]
13521352
* `--compute-units INTEGER`: Number of compute units to allocate. Compute units correspond to a tier that includes vcpus, memory, disk and gpu presets. For reference, run: `aleph pricing --help`
13531353
* `--vcpus INTEGER`: Number of virtual CPUs to allocate
13541354
* `--memory INTEGER`: Maximum memory (RAM) in MiB to allocate
1355-
* `--rootfs-size INTEGER RANGE`: Rootfs size in MiB to allocate \[x<=1953125]
1355+
* `--rootfs-size INTEGER RANGE`: Rootfs size in MiB to allocate. Set to 0 to use default tier value and to not get prompted \[x<=1953125]
13561356
* `--timeout-seconds FLOAT`: If vm is not called after [timeout_seconds] it will shutdown \[default: 30.0]
13571357
* `--ssh-pubkey-file PATH`: Path to a public ssh key to be added to the instance \[default: /home/$USER/.ssh/id_rsa.pub]
13581358
* `--address TEXT`: Address of the payer. In order to delegate the payment, your account must be authorized beforehand to publish on the behalf of this address. See the docs for more info: https://docs.aleph.im/protocol/permissions/
@@ -1397,7 +1397,7 @@ $ aleph instance gpu [OPTIONS]
13971397
* `--compute-units INTEGER`: Number of compute units to allocate. Compute units correspond to a tier that includes vcpus, memory, disk and gpu presets. For reference, run: `aleph pricing --help`
13981398
* `--vcpus INTEGER`: Number of virtual CPUs to allocate
13991399
* `--memory INTEGER`: Maximum memory (RAM) in MiB to allocate
1400-
* `--rootfs-size INTEGER RANGE`: Rootfs size in MiB to allocate \[x<=1953125]
1400+
* `--rootfs-size INTEGER RANGE`: Rootfs size in MiB to allocate. Set to 0 to use default tier value and to not get prompted \[x<=1953125]
14011401
* `--premium / --no-premium`: Use Premium GPUs (VRAM > 48GiB)
14021402
* `--timeout-seconds FLOAT`: If vm is not called after [timeout_seconds] it will shutdown \[default: 30.0]
14031403
* `--ssh-pubkey-file PATH`: Path to a public ssh key to be added to the instance \[default: /home/$USER/.ssh/id_rsa.pub]

0 commit comments

Comments
 (0)