Api session gpu: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| (4 intermediate revisions by the same user not shown) | |||
| Line 3: | Line 3: | ||
===GET gpu=== | ===GET gpu=== | ||
API Endpoint: api/session/gpu/ | API Endpoint: api/session/gpu/ | ||
'''Parameters:''' None | '''Parameters:''' None | ||
=== | ===POST jobs=== | ||
API Endpoint: api/session/gpu/ | API Endpoint: api/session/gpu/jobs | ||
Content-Type: application/ | Content-Type: application/x-www-form-urlencoded | ||
'''Parameters:''' | '''Parameters:''' | ||
| Line 23: | Line 21: | ||
| [[Format]] | | [[Format]] | ||
| HTML | | HTML | ||
|- | |||
| cancel | |||
| Query | |||
| long | |||
| -1 | |||
|} | |} | ||
=== | ===POST jobs=== | ||
API Endpoint: api/session/gpu/jobs | API Endpoint: api/session/gpu/jobs | ||
| Line 44: | Line 43: | ||
| Query | | Query | ||
| [[Format]] | | [[Format]] | ||
| | | JSON | ||
|- | |||
| cancel | |||
| Query | |||
| long | |||
| -1 | |||
|} | |} | ||
=== | ===GET clusters=== | ||
API Endpoint: api/session/gpu/clusters | |||
API Endpoint: api/session/gpu/ | |||
'''Parameters:''' | '''Parameters:''' | ||
| Line 67: | Line 65: | ||
| [[Format]] | | [[Format]] | ||
| HTML | | HTML | ||
|} | |} | ||
=== | ===='''Examples==== | ||
'''Connected Clusters''': | |||
<syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/gpu/clusters/?token=API_TOKEN</syntaxhighlight> | |||
===GET jobs=== | |||
API Endpoint: api/session/gpu/jobs | API Endpoint: api/session/gpu/jobs | ||
'''Parameters:''' | '''Parameters:''' | ||
| Line 89: | Line 84: | ||
| Query | | Query | ||
| [[Format]] | | [[Format]] | ||
| | | HTML | ||
|} | |} | ||
===='''Examples==== | |||
'''Active Jobs''': | |||
<syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/gpu/jobs/?token=API_TOKEN</syntaxhighlight> | |||
{{article end | {{article end | ||
Latest revision as of 07:33, 7 July 2026
API Endpoint: api/session/gpu/
GET gpu
API Endpoint: api/session/gpu/
Parameters: None
POST jobs
API Endpoint: api/session/gpu/jobs
Content-Type: application/x-www-form-urlencoded
Parameters:
| Name | Location | Type | Default value |
|---|---|---|---|
| f | Query | Format | HTML |
| cancel | Query | long | -1 |
POST jobs
API Endpoint: api/session/gpu/jobs
Content-Type: application/json
Parameters:
| Name | Location | Type | Default value |
|---|---|---|---|
| f | Query | Format | JSON |
| cancel | Query | long | -1 |
GET clusters
API Endpoint: api/session/gpu/clusters
Parameters:
| Name | Location | Type | Default value |
|---|---|---|---|
| f | Query | Format | HTML |
Examples
Connected Clusters:
https://engine.tygron.com/api/session/gpu/clusters/?token=API_TOKENGET jobs
API Endpoint: api/session/gpu/jobs
Parameters:
| Name | Location | Type | Default value |
|---|---|---|---|
| f | Query | Format | HTML |
Examples
Active Jobs:
https://engine.tygron.com/api/session/gpu/jobs/?token=API_TOKEN