Update Virtual Instance
POST {{baseUrl}}/v1/orgs/self/virtualinstances/:virtualInstanceId
Update the size of a virtual instance.
Request Body
{"new_size"=>"LARGE", "new_type"=>"XLARGE2"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"data":{"state":"ACTIVE","current_type":"SMALL","desired_type":"MEDIUM","current_size":"MEDIUM","desired_size":"MEDIUM","default_pod_count":68742149,"scaled_pod_count":72373981,"id":"123e4567-e89b-12d3-a456-556642440000"}}