Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
modify commands take in server ids not names
  • Loading branch information
caguiclajmg committed Jul 30, 2022
1 parent ee72ff2 commit d0cc56c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,13 +89,13 @@ tensordock-cli servers deploy server_name admin_user admin_pass --instanceType c
#### Convert a server to a CPU instance
```sh
tensordock-cli servers modify server_name --instanceType cpu --cpuModel Intel_Xeon_V4
tensordock-cli servers modify server_id --instanceType cpu --cpuModel Intel_Xeon_V4
```
#### Convert a server to a GPU instance
```sh
tensordock-cli servers modify server_name --instanceType gpu --gpuModel Quadro_4000 --gpuCount 2
tensordock-cli servers modify server_id --instanceType gpu --gpuModel Quadro_4000 --gpuCount 2
```
### Get billing info
Expand Down

0 comments on commit d0cc56c

Please sign in to comment.