/
/Limrun API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 28m 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.

Delete Xcode instance with given name

delete/v1/xcode_instances/{id}

Path parameters

idstring required

Xcode instance ID, e.g. sandbox_someid

Response

OK

Changes