Update Instance

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 payload
  • updateDomain adds a new domain provided in the payload
  • updateBlueprint Warning: This is a destructive action and is NOT reversible. Erases the current instance and replaces instance with the specified blueprint in the payload
  • purgeCache purges CDN cache

Body: raw JSON

namedescription
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
Language
Authorization
Header