Rollback snapshot
Rollback an instance to a specific snapshot state.
Authorization
ApiKeyAuth x-apikey<token>
In: header
Path Parameters
instance_uuid*string
UUID of the instance
Format
uuidsnapshot_uuid*string
UUID of the snapshot
Format
uuidResponse Body
application/json
curl -X PATCH "https://api.dewavps.com/v1/instance/497f6eca-6276-4993-bfeb-53cbbbba6f08/snapshot/497f6eca-6276-4993-bfeb-53cbbbba6f08/rollback"{
"message": "Rollback successfully executed. You can start your instance up.",
"data": {
"uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f"
}
}