Commit c165974
authored
fix(notebooks): remove --name from
Tested against psdev, created a notebook in the UI, stopped it, ran
```bash
python3 -m gradient notebooks start \
--clusterId <cluster ID> \
--machineType psdev-worker
--notebookId <notebook ID>
```
and saw the notebook successfully restart. Verified that `--name` was no
longer a valid CLI param for the command with
```bash
python3 -m gradient notebooks start --help
```gradient notebooks start command (#362)1 parent 3a56306 commit c165974
File tree
3 files changed
+0
-10
lines changed- gradient
- api_sdk
- clients
- models
- cli
3 files changed
+0
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
91 | 90 | | |
92 | 91 | | |
93 | 92 | | |
| |||
108 | 107 | | |
109 | 108 | | |
110 | 109 | | |
111 | | - | |
112 | 110 | | |
113 | 111 | | |
114 | 112 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
76 | 75 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
193 | | - | |
194 | | - | |
195 | | - | |
196 | | - | |
197 | | - | |
198 | | - | |
199 | | - | |
200 | 193 | | |
201 | 194 | | |
202 | 195 | | |
| |||
0 commit comments