v33

latestOpenAPI 3.0.0raw.githubusercontent.com2026-07-26273770.9 KB

Create an Android instance

post/v1/android_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

Example response

{
  "status": {
    "terminationReason": "InactivityTimeout"
  }
}