Create an iOS instance
post/v1/ios_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"
}
}