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:
updateEcosystem
updates the instance to the provided ecoZUID in the payloadupdateDomain
adds a new domain provided in the payloadupdateBlueprint
Warning: This is a destructive action and is NOT reversible. Erases the current instance and replaces instance with the specified blueprint in the payloadpurgeCache
purges 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 |