Resize Instance
POST/backend/api/openstack/instances/:instance_id/resize
Host: https://core.ocplanet.cloud
Change the size of the specified instance.
Request
- application/json
Body
flavor uuidrequired
Responses
- 200
- application/json
- Schema
- Example (from schema)
- Example
Schema
detail stringrequired
{
"detail": "string"
}
{
"detail": "Instance resize started successfully"
}
Loading...