You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<td style="text-align:left">If creating on a specific network, specify its id</td>
148
+
<td style="text-align:left">If creating on a specific network, specify its ID</td>
143
149
</tr>
144
150
<tr>
145
-
<td style="text-align:left"><code>teamId</code>
151
+
<td style="text-align:left"><code>scriptId</code>
146
152
</td>
147
153
<td style="text-align:left">string</td>
148
154
<td style="text-align:left"><optional>
149
155
<br />
150
156
</td>
151
-
<td style="text-align:left">If creating the machine for a team, specify the team id</td>
157
+
<td style="text-align:left">The script ID of a script to be run on startup. See the <a href="https://paperspace.github.io/paperspace-node/scripts.md">Script Guide</a> for
158
+
more info on using scripts.</td>
152
159
</tr>
153
160
<tr>
154
161
<td style="text-align:left"><code>userId</code>
@@ -158,7 +165,7 @@ paperspace.machines.create({
158
165
<br />
159
166
</td>
160
167
<td style="text-align:left">If assigning to an existing user other than yourself, specify the user
161
-
id (mutually exclusive with email, password, firstName, lastName)</td>
168
+
ID (mutually exclusive with <code>email</code>, <code>password</code>, <code>firstName</code>, <code>lastName</code>).</td>
162
169
</tr>
163
170
<tr>
164
171
<td style="text-align:left"><code>email</code>
@@ -168,7 +175,7 @@ paperspace.machines.create({
168
175
<br />
169
176
</td>
170
177
<td style="text-align:left">If creating a new user for this machine, specify their email address (mutually
171
-
exclusive with userId)</td>
178
+
exclusive with <code>userId</code>).</td>
172
179
</tr>
173
180
<tr>
174
181
<td style="text-align:left"><code>password</code>
@@ -177,8 +184,7 @@ paperspace.machines.create({
177
184
<td style="text-align:left"><optional>
178
185
<br />
179
186
</td>
180
-
<td style="text-align:left">If creating a new user, specify their password (mutually exclusive with
181
-
userId)</td>
187
+
<td style="text-align:left">If creating a new user, specify their password (mutually exclusive with <code>userId</code>).</td>
<td style="text-align:left">The script id of a script to be run on startup. See the <a href="https://paperspace.github.io/paperspace-node/scripts.md">Script Guide</a> for
220
-
more info on using scripts.</td>
226
+
<td style="text-align:left">boolean</td>
227
+
<td style="text-align:left"><optional></td>
228
+
<td style="text-align:left">Use initial snapshot as a restore point for the VM. If this is true, <code>takeInitialSnapshot</code> must
229
+
be true and <code>restorePointFrequency</code> must be specified.</td>
0 commit comments