Instance
Upgrade Instance
POST
API Description
When upgrading an instance, all parameters must be provided in full.
Request Headers
Enum: application/json
Bearer authentication format, for example: Bearer {{API Key}}.
Request Body
The ID of the instance to be upgraded.
Container image URL. String, length limit: 1-500 characters.
Image registry authentication ID.
Instance environment variables. Up to 30 environment variable pairs can be created.
Container startup command. String, length limit: 0-2047 characters.
Whether to retain data from the previous instance. Boolean, values: true or false.
Configure cloud storage (type: network). Each instance supports mounting up to 30 cloud storage volumes. To remove all cloud storage mounts, set volumeMounts to an empty array: [].