HomeGuidesAPI Reference
CommunityWebsiteDocumentationExchangeSupportDeveloperLog In
API Reference

Resize an Instance

It is possible to resize containers within an instance by increasing their memory plan or storage limit. This is done by assigning a new service plan to the container. This endpoint also allows for NIC reconfiguration by passing a new array of networkInterfaces

Path Params
int64
required

Morpheus ID of the Object being referenced

Body Params
instance
object

The map containing the id of the service plan you wish to apply to the containers in this instance.

servicePlanOptions
object

Map of custom options depending on selected service plan.

volumes
array of objects

Can be used to grow just the logical volume of the instance instead of choosing a plan

volumes
boolean
Defaults to false

Delete the original volumes after resizing. (Amazon only)

networkInterfaces
array of objects

Key for network configuration. Include id to update an existing interface. The existing interfaces and their id can be retrieved with the hosts API.

networkInterfaces
Responses

Language
Credentials
URL
Click Try It! to start a request and see the response here! Or choose an example:
application/json