From d0cc56cc7a9361d416770d53ca838d637eba2e87 Mon Sep 17 00:00:00 2001 From: John Mark Gabriel Caguicla Date: Sat, 30 Jul 2022 11:11:24 +0800 Subject: [PATCH] fix typo modify commands take in server ids not names --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b0005b0..dfaeea1 100644 --- a/README.md +++ b/README.md @@ -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