Boot Image
POST/api/image/:image_id/boot
Boot an instance from a specified image.
Note: Boot performs a cold restart of the operating system and does not preserve any in-memory process or volatile state. This is different from instance start, which restores memory/process state from a snapshot. Use boot when you want to change the machine configuration (e.g., vCPU, memory, or disk) by restarting into a new configuration; use instance start if you need to restore memory and running processes.
Request
Responses
- 200
- 422
Successful Response
Validation Error