/
LI
limrun-inc
/
Limrun API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Checked 2h ago · Updated 4d ago
View markdown
limrun-inc
Limrun API
delete
Delete Gradle instance with given name
v34
latest
OpenAPI 3.0.0
raw.githubusercontent.com
2026-08-05
27
38
71.7 KB
get
Get analytics across all organizations
get
Get analytics for the authenticated organization
get
Get per-instance analytics for the authenticated organization
get
List Android instances
post
Create an Android instance
get
Get Android instance with given ID
delete
Delete Android instance with given name
get
List iOS instances
post
Create an iOS instance
get
Get iOS instance with given ID
delete
Delete iOS instance with given name
post
Resolve a runtime download URL
get
List Xcode instances
post
Create an Xcode instance
get
Get Xcode instance with given ID
delete
Delete Xcode instance with given name
get
List Gradle instances
post
Create a Gradle instance
get
Get Gradle instance with given ID
delete
Delete Gradle instance with given name
get
List persisted build logs for an Xcode instance.
get
List persisted Bazel build records for an Xcode instance.
get
Get the asset with given ID.
delete
Delete the asset with given ID.
get
List organization's all assets with given filters. If none given, return all assets.
put
Creates an asset and returns upload and download URLs. If there is a corresponding file uploaded in the storage with given name, its MD5 is returned so you can check if a re-upload is necessary. If no MD5 is returned, then there is no corresponding file in the storage so downloading it directly or using it in instances will fail until you use the returned upload URL to submit the file.
post
Mint a short-lived scoped token whose scopes limit what the holder can do, e.g. install a specific asset on a device through the registry. The token is verified offline by services holding the token signing public key and cannot be revoked, so keep TTLs short. It is bound to the authenticated caller's organization.
Delete Gradle instance with given name
delete
/v1/gradle_instances/{id}
Path parameters
id
string
required
Gradle instance ID, e.g. gradle_someid
Response
OK