DewaVPS

Change tier instance

PATCH
/instance/{instance_uuid}/change-tier

Migrate an instance to a different compute tier.

Authorization

ApiKeyAuth
x-apikey<token>

In: header

Path Parameters

instance_uuid*string

UUID of the instance

Formatuuid

Request Body

application/x-www-form-urlencoded

TypeScript Definitions

Use the request body type in TypeScript.

tier_id*integer

ID of the target tier

Response Body

application/json

curl -X PATCH "https://api.dewavps.com/v1/instance/497f6eca-6276-4993-bfeb-53cbbbba6f08/change-tier" \  -H "Content-Type: application/x-www-form-urlencoded" \  -d ''
{
  "message": "Your instance will be migrated in a moment...",
  "data": {
    "vm_uuid": "5afb774f-8216-4579-b1f7-69c6de398477"
  }
}