Get an instance
GET/instances/:uuid
Returns a single instance, including its month-to-date cost. Returns 404 if the instance does not exist or is not owned by the calling key.
Request
Responses
- 200
- 401
- 403
- 404
The requested instance.
The API key is missing, invalid or expired.
The API key is valid but not authorized for the required scope.
The resource does not exist or is not owned by the calling key.