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
{{ message }}
This repository was archived by the owner on Jun 6, 2023. It is now read-only.
<article><h1>Paperspace API (v0.1.4)</h1><p><imgsrc="https://user-images.githubusercontent.com/585865/27562775-26b8acc6-5a9c-11e7-8270-2b80ca895bc5.png" alt="image"></p>
49
+
<article><h1>Paperspace API (v0.1.5)</h1><p><imgsrc="https://user-images.githubusercontent.com/585865/27562775-26b8acc6-5a9c-11e7-8270-2b80ca895bc5.png" alt="image"></p>
50
50
<hr>
51
51
<p><strong>Heads up! This project is under construction!</strong> We're offering this early, unstable, pre-alpha release to get early feedback and to see how it might get used in the wild. Use caution: Until we ship a release >= v1.0, expect to encounter bugs, and expect our documentation to be missing or inaccurate in places. We welcome your bug reports and suggestions via GitHub Issues!</p>
<li><ahref="scripts.md">Script Guide</a> for creating and using startup scripts</li>
59
59
</ul>
60
+
<h2>Release Notes for v0.1.5</h2><h4>New features</h4><ul>
61
+
<li>New method: machines update</li>
62
+
<li>machines show method now includes last 10 events associated with the machine</li>
63
+
</ul>
64
+
<h4>Fixes</h4><ul>
65
+
<li>Minor doc fixes</li>
66
+
</ul>
60
67
<h2>Release Notes for v0.1.4</h2><h4>New features</h4><ul>
61
68
<li>New method: machines availability</li>
62
69
</ul>
@@ -138,7 +145,7 @@ <h2>Copyright</h2><p>Copyright :copyright: 2017 Paperspace - All Rights Reserved
138
145
<brclass="clear">
139
146
140
147
<footer>
141
-
Documentation generated by <ahref="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Tue Nov 28 2017 19:10:39 GMT-0500 (EST) using the <ahref="https://github.com/clenemt/docdash">docdash</a> theme.
148
+
Documentation generated by <ahref="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Wed Nov 29 2017 00:24:45 GMT-0500 (EST) using the <ahref="https://github.com/clenemt/docdash">docdash</a> theme.
Copy file name to clipboardExpand all lines: docs/machines.html
+33-4Lines changed: 33 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -2662,7 +2662,7 @@ <h6>Properties</h6>
2662
2662
2663
2663
2664
2664
2665
-
<tdclass="description last"><p>Id of the machine to shut down</p></td>
2665
+
<tdclass="description last"><p>Id of the machine to restart</p></td>
2666
2666
</tr>
2667
2667
2668
2668
@@ -2826,6 +2826,35 @@ <h5>Examples</h5>
2826
2826
"teamId": "te456def"
2827
2827
"scriptId": "sc123abc"
2828
2828
"dtLastRun": "2017-06-30T07:22:49.763Z"
2829
+
"events": [
2830
+
{
2831
+
"name": "start",
2832
+
"state": "done",
2833
+
"errorMsg": "",
2834
+
"handle": "8ebe43dd-57c8-4bd4-b770-86b7fd0202e4",
2835
+
"dtModified": "2017-08-16T14:36:24.802Z",
2836
+
"dtFinished": null,
2837
+
"dtCreated": "2017-08-16T14:36:18.373Z"
2838
+
},
2839
+
{
2840
+
"name": "start",
2841
+
"state": "error",
2842
+
"errorMsg": "Uh oh. This machine type can't start due to insufficient capacity or higher than normal demand. Please try again later.",
2843
+
"handle": "f6adb486-f5ae-4ab3-9a1a-51c19df5b337",
2844
+
"dtModified": "2017-06-09T15:32:38.115Z",
2845
+
"dtFinished": "2017-06-09T15:32:38.115Z",
2846
+
"dtCreated": "2017-06-09T15:32:37.019Z"
2847
+
},
2848
+
{
2849
+
"name": "stop",
2850
+
"state": "done",
2851
+
"errorMsg": "",
2852
+
"handle": "e352ad96-734f-4a26-8829-007c2f1d89f2",
2853
+
"dtModified": "2017-06-03T04:14:01.327Z",
2854
+
"dtFinished": null,
2855
+
"dtCreated": "2017-06-03T04:13:47.885Z"
2856
+
}
2857
+
]
2829
2858
}</code></pre>
2830
2859
2831
2860
@@ -3160,7 +3189,7 @@ <h6>Properties</h6>
3160
3189
3161
3190
3162
3191
3163
-
<tdclass="description last"><p>Id of the machine to shut down</p></td>
3192
+
<tdclass="description last"><p>Id of the machine to start</p></td>
3164
3193
</tr>
3165
3194
3166
3195
@@ -3629,7 +3658,7 @@ <h6>Properties</h6>
3629
3658
3630
3659
3631
3660
3632
-
<tdclass="description last"><p>Id of the machine to shut down</p></td>
3661
+
<tdclass="description last"><p>Id of the machine to update</p></td>
3633
3662
</tr>
3634
3663
3635
3664
@@ -4488,7 +4517,7 @@ <h5>Returns:</h5>
4488
4517
<brclass="clear">
4489
4518
4490
4519
<footer>
4491
-
Documentation generated by <ahref="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Tue Nov 28 2017 19:10:39 GMT-0500 (EST) using the <ahref="https://github.com/clenemt/docdash">docdash</a> theme.
4520
+
Documentation generated by <ahref="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Wed Nov 29 2017 00:24:45 GMT-0500 (EST) using the <ahref="https://github.com/clenemt/docdash">docdash</a> theme.
Documentation generated by <ahref="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Tue Nov 28 2017 19:10:39 GMT-0500 (EST) using the <ahref="https://github.com/clenemt/docdash">docdash</a> theme.
108
+
Documentation generated by <ahref="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Wed Nov 29 2017 00:24:45 GMT-0500 (EST) using the <ahref="https://github.com/clenemt/docdash">docdash</a> theme.
Documentation generated by <ahref="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Tue Nov 28 2017 19:10:39 GMT-0500 (EST) using the <ahref="https://github.com/clenemt/docdash">docdash</a> theme.
186
+
Documentation generated by <ahref="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Wed Nov 29 2017 00:24:45 GMT-0500 (EST) using the <ahref="https://github.com/clenemt/docdash">docdash</a> theme.
Documentation generated by <ahref="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Tue Nov 28 2017 19:10:39 GMT-0500 (EST) using the <ahref="https://github.com/clenemt/docdash">docdash</a> theme.
102
+
Documentation generated by <ahref="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Wed Nov 29 2017 00:24:45 GMT-0500 (EST) using the <ahref="https://github.com/clenemt/docdash">docdash</a> theme.
Documentation generated by <ahref="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Tue Nov 28 2017 19:10:39 GMT-0500 (EST) using the <ahref="https://github.com/clenemt/docdash">docdash</a> theme.
71
+
Documentation generated by <ahref="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Wed Nov 29 2017 00:24:45 GMT-0500 (EST) using the <ahref="https://github.com/clenemt/docdash">docdash</a> theme.
Documentation generated by <ahref="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Tue Nov 28 2017 19:10:39 GMT-0500 (EST) using the <ahref="https://github.com/clenemt/docdash">docdash</a> theme.
150
+
Documentation generated by <ahref="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Wed Nov 29 2017 00:24:45 GMT-0500 (EST) using the <ahref="https://github.com/clenemt/docdash">docdash</a> theme.
Documentation generated by <ahref="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Tue Nov 28 2017 19:10:39 GMT-0500 (EST) using the <ahref="https://github.com/clenemt/docdash">docdash</a> theme.
99
+
Documentation generated by <ahref="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Wed Nov 29 2017 00:24:45 GMT-0500 (EST) using the <ahref="https://github.com/clenemt/docdash">docdash</a> theme.
Documentation generated by <ahref="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Tue Nov 28 2017 19:10:39 GMT-0500 (EST) using the <ahref="https://github.com/clenemt/docdash">docdash</a> theme.
159
+
Documentation generated by <ahref="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Wed Nov 29 2017 00:24:45 GMT-0500 (EST) using the <ahref="https://github.com/clenemt/docdash">docdash</a> theme.
0 commit comments