put https://accounts.api.zesty.io/v1/instances/
Update an instance. An optional action query param can be used to specify what to update. Take one of the following values for the action param:
updateEcosystemupdates the instance to the provided ecoZUID in the payloadupdateDomainadds a new domain provided in the payloadupdateBlueprintWarning: This is a destructive action and is NOT reversible. Erases the current instance and replaces instance with the specified blueprint in the payloadpurgeCachepurges CDN cache
Body: raw JSON
| name | description |
|---|---|
| name | [string] The name of the instance |
| ecoZUID | [string] ZUID of the ecosystem. Required if action=updateEcosystem |
| domain | [string] Required if action=updateDomain |
| blueprintID | [int] Warning: This is a destructive action and is NOT reversible. See the description Required if action=updateBlueprint |
