/
/Limrun API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 1h ago · Updated 4w ago
  • getList Android instances
  • postCreate an Android instance
  • getGet Android instance with given ID
  • deleteDelete Android instance with given name
  • getList iOS instances
  • postCreate an iOS instance
  • getGet iOS instance with given ID
  • deleteDelete iOS instance with given name
  • getList Xcode instances
  • postCreate an Xcode instance
  • getGet Xcode instance with given ID
  • deleteDelete Xcode instance with given name
  • getList persisted build logs for an Xcode instance.
  • getGet the asset with given ID.
  • deleteDelete the asset with given ID.
  • getList organization's all assets with given filters. If none given, return all assets.
  • putCreates 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.

Create an Xcode instance

post/v1/xcode_instances

Query parameters

waitboolean

Return after the instance is ready to connect.

reuseIfExistsboolean

If there is another instance with given labels and region, return that one instead of creating a new instance.

Request body

Response

OK

Changes