Get Gradle instance with given ID

get/v1/gradle_instances/{id}

Path parameters

idstring required

Gradle instance ID, e.g. gradle_someid

Response

OK

Example response

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

Changes