Set password instance
Update the root/admin password for an instance.
Authorization
ApiKeyAuth x-apikey<token>
In: header
Path Parameters
instance_uuid*string
UUID of the instance
Format
uuidRequest Body
application/x-www-form-urlencoded
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X PATCH "https://api.dewavps.com/v1/instance/497f6eca-6276-4993-bfeb-53cbbbba6f08/set-password" \ -H "Content-Type: application/x-www-form-urlencoded" \ -d 'password=string&password_confirmation=string'{
"message": "Virtual machine password successfully updated",
"data": {}
}